Fill-in CHANGELOG about associativity.

This commit is contained in:
KtorZ 2024-03-07 01:31:04 +01:00
parent 0f926d3c31
commit 4c97240900
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
### Fixed ### Fixed
- **aiken-lang**: Boolean operators (`||` and `&&`) were (somewhat) left-associative. This is now fixed and changed to right-associativity. @KtorZ
- **uplc**: `serialise_data` builtin wrongly encoding some larger ints as tagged CBOR bigints, instead of plain integers over 9 bytes. @KtorZ - **uplc**: `serialise_data` builtin wrongly encoding some larger ints as tagged CBOR bigints, instead of plain integers over 9 bytes. @KtorZ
- **aiken-project**: Unit tests reports are now inline with the test with less noise. @KtorZ - **aiken-project**: Unit tests reports are now inline with the test with less noise. @KtorZ