chore: add some things to the changelog

This commit is contained in:
rvcas 2022-11-14 18:02:54 -05:00
parent ca243fb120
commit 14d4c528c9
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 3 additions and 0 deletions

View File

@ -7,8 +7,11 @@
- **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**: validate project name on `aiken new`
- **aiken-lang**: formatter for `UntypedExpr` - **aiken-lang**: formatter for `UntypedExpr`
- **aiken-lang**: uplc code gen - **aiken-lang**: uplc code gen
- **aiken-lang**: add `Data` to prelude
- **aiken-lang**: allow `Data` to unify with anything that's not in the prelude
- **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