chore: update change log

This commit is contained in:
rvcas 2022-11-10 01:20:44 -05:00 committed by Lucas
parent e90a210537
commit 4e05a28e59
1 changed files with 15 additions and 0 deletions

View File

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