changelog update

This commit is contained in:
microproofs 2023-04-28 16:55:21 -04:00 committed by Kasey
parent 7201163b77
commit 332ce266da
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- **aiken-lang**: fix expect on an empty list - **aiken-lang**: fix expect on an empty list
- **aiken-lang**: pattern match on boolean with simple clause bodies - **aiken-lang**: pattern match on boolean with simple clause bodies
- **aiken-lang**: fix for inline_direct_reduce to be applied to pattern match function instead of argument - **aiken-lang**: fix for inline_direct_reduce to be applied to pattern match function instead of argument
- **aiken-lang**: code gen function dependencies won't be hoisted to the top, instead hoisted at the location depended on.
## v1.0.2.alpha - 2023-04-17 ## v1.0.2.alpha - 2023-04-17
### Fixed ### Fixed