chore: add some things to the changelog
This commit is contained in:
parent
ca243fb120
commit
14d4c528c9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue