forgot one addition to changelog

This commit is contained in:
microproofs 2023-05-11 18:16:48 -04:00
parent 98ae94f443
commit 252f829825
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
- **aiken-lang**: Added some optimization tests - **aiken-lang**: Added some optimization tests
- **aiken-lang**: Added an Aiken to uplc conversion tests on validators - **aiken-lang**: Added an Aiken to uplc conversion tests on validators
- **aiken-lang**: Added some uplc builder functions for builtin creation - **aiken-lang**: Added some uplc builder functions for builtin creation
- **aiken-lang**: Added optimization where identity functions called on an arg
are reduced to just the arg.
### Fixed ### Fixed