chore: update changelog

This commit is contained in:
rvcas 2024-04-02 19:49:30 -04:00
parent b27fcf38e5
commit fdbe811bf1
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 6 additions and 4 deletions

View File

@ -2,13 +2,15 @@
## v1.0.27-alpha - unreleased
### Fixed
- **aiken-lang**: formatter should not erase `pub` on validators. @rvcas
### Added
- **aiken-lsp**: hover and goto definition support on list tail. @rvcas
- **aiken-lsp**: hover on prop test via expression. @rvcas
### Fixed
- **aiken-lang**: formatter should not erase `pub` on validators. @rvcas
- **aiken-lang**: error on using tuple index when a tuple is returned by a generic function. @rvcas
## v1.0.26-alpha - 2024-03-25