From c3af748b76debe69d4961ec4a0dd2ff9eac2f012 Mon Sep 17 00:00:00 2001 From: microproofs Date: Fri, 20 Sep 2024 12:53:34 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a40fcc6..3816e21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,11 @@ - **aiken-lang**: Fix formatting of long multi-line if/is expressions. @KtorZ - **aiken-lang**: Fix extraneous white-space added by the formatter after multiline alternative patterns. @KtorZ - **aiken-lang**: Fix incorrect warning about unused variable when softcasting without explicit right-pattern. @KtorZ +- **aiken-lang**: Fix soft cast and hard cast on same type issues that lead to validator errors. @Microproofs +- **aiken-lang**: Bls constants are automatically converted to a hoisted compressed form with uncompress builtin call. @Microproofs - **uplc**: Fix cost-models for PlutusV1 & PlutusV2. @MicroProofs + ### Removed - N/A