fix: changelog

This commit is contained in:
rvcas 2022-11-14 17:59:41 -05:00
parent 3f952cdf0e
commit ca243fb120
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 9 additions and 9 deletions

View File

@ -4,18 +4,18 @@
### Added ### Added
**aiken**: new `lsp` command - **aiken**: new `lsp` command
**aiken**: new `fmt` command - **aiken**: new `fmt` command
**aiken**: `build` command now works and outputs assets - **aiken**: `build` command now works and outputs assets
**aiken-lang**: formatter for `UntypedExpr` - **aiken-lang**: formatter for `UntypedExpr`
**aiken-lang**: uplc code gen - **aiken-lang**: uplc code gen
**aiken-project**: validate if validator function return bool - **aiken-project**: validate if validator function return bool
**aiken-project**: validate if validator function has minimum number of arguments - **aiken-project**: validate if validator function has minimum number of arguments
**aiken-lsp**: new crate that contains the aiken language server - **aiken-lsp**: new crate that contains the aiken language server
### Changed ### Changed
**uplc**: `Converter::get_index` now takes the full name to provide better error messages for `Error::FreeUnique` - **uplc**: `Converter::get_index` now takes the full name to provide better error messages for `Error::FreeUnique`
## [v0.0.24] - 2022-11-04 ## [v0.0.24] - 2022-11-04