Skip to content

Commit 4240660

Browse files
committed
Prepare CHANGELOG for v0.8.0 release
This release includes modern Solidity 0.8.x support, testing infrastructure, and fixes for syntax highlighting and folding.
1 parent 0e40958 commit 4240660

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Nothing yet - next release will be 0.9.0 with Foundry tooling integration.
11+
12+
## [0.8.0] - 2026-01-13
13+
14+
**Major release with modern Solidity 0.8.x support and testing infrastructure**
15+
1016
### Added
1117
- Comprehensive testing infrastructure with vader.vim
1218
- GitHub Actions CI for automated testing
@@ -26,6 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2632

2733
### Fixed
2834
- Contract bodies can now be folded (Issue #11)
35+
- String literal syntax highlighting after function signatures (Issue #15)
36+
37+
### Known Issues
38+
- Indentation for some multi-line constructs may need manual adjustment (Issue #5)
39+
- The indent logic is based on JavaScript and works well for most cases
40+
- Complex multi-line function signatures with modifiers may need refinement
41+
- Contributions welcome to improve edge cases
2942

3043
### Changed
3144
- Enhanced ftdetect to recognize Foundry file naming conventions

0 commit comments

Comments
 (0)