Fill-in CHANGELOG about let-binding change.

This commit is contained in:
KtorZ 2023-03-16 19:48:31 +01:00 committed by Lucas
parent 5d3816e984
commit b2f3b66a96
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- **aiken-lang**: update todo warning to include type
- **aiken-lang**: `|>` operator can now be formatted as a single (short) line or forced over multiline in a flexible manner
- **aiken-lang**: the compiler now provides better feedback for type holes (i.e. `_`) in type annotations
- **aiken-lang**: unused let-bindings are now fully removed from generated code and discarded unused let-binding now raise a warning
## [v0.0.29] - 2023-MM-DD