Fill-in CHANGELOG.

This commit is contained in:
KtorZ 2023-07-06 19:25:11 +02:00 committed by Lucas
parent 126f2ab004
commit 93b33df3ef
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
- **aiken-lang**: Prevent mutual recursion caused by conflicting function names for generic expect type
- **aiken-lang**: UPLC evaluation of large integers literals (> max u64)
- **aiken-lang**: Parsing of error / todo keywords in when cases
- **aiken-lang**: Parsing of negative integer patterns and constants
### Changed