File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments