diff --git a/CHANGELOG.md b/CHANGELOG.md index b68c539c..5d98272a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,18 @@ ### 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 +- **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` +- **uplc**: `Converter::get_index` now takes the full name to provide better error messages for `Error::FreeUnique` ## [v0.0.24] - 2022-11-04