update Changelog

This commit is contained in:
microproofs 2024-03-09 13:27:32 -05:00
parent c7dcb2c256
commit cf86a20256
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
- **aiken-lang**: reversed deserialization of bls types out of data types. @rvcas
- **aiken-lang**: validator args unexpectedly unbound causing code gen crashes. @rvcas
- **aiken-lang**: allow implicitly discarded values when right-hand side unified with `Void`. @KtorZ
- **aiken-lang**: allow zero arg mutually recursive functions. @Microproofs
- **aiken-lang**: function aliases now resolved to the module and function name in codegen. @Microproofs
### Changed