changelog update

This commit is contained in:
microproofs 2023-05-11 18:12:07 -04:00
parent c3eab4cc2a
commit 98ae94f443
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
- **aiken-lang**: ChooseUnit builtin uses a more efficient way of handling the
first arg (unit) by just assigning to lambda
- **aiken-lang**: Added some optimization tests
- **aiken-lang**: Added an Aiken to uplc conversion tests on validators
- **aiken-lang**: Added some uplc builder functions for builtin creation
### Fixed