From 4c97240900efc0641d77a759532120994bb8e9f5 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Thu, 7 Mar 2024 01:31:04 +0100 Subject: [PATCH] Fill-in CHANGELOG about associativity. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbff65f2..5336a7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### 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 - **aiken-project**: Unit tests reports are now inline with the test with less noise. @KtorZ