Fill-in CHANGELOG about associativity.
This commit is contained in:
parent
0f926d3c31
commit
4c97240900
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue