update changelog

This commit is contained in:
microproofs 2023-06-13 12:02:17 -04:00 committed by Kasey
parent c3bb7b0f75
commit b79437f596
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ N/A
### Fixed
- **aiken-lang**: fmt for `module.Constr { field: value }`
- **aiken-lang**: Issue where using var pattern in a when was passing the constr
index instead of the constr
- **aiken-lang**: Issue where expecting on a list had unexpected behaviors based
on list length.
- **aiken-lang**: Issue where expecting on a list from data was using the wrong
expect cast for the list tail.
### Removed