From 64f580bb829a8f4794549e53abc70e8892974cab Mon Sep 17 00:00:00 2001 From: microproofs Date: Fri, 8 Mar 2024 12:19:18 -0500 Subject: [PATCH] one more change to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf075d4..606b1c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - **aiken-lang**: Simplifications to the AirTree type in codegen. @Microproofs - **aiken-lang**: CONSTR_FIELD_EXPOSER and CONSTR_INDEX_EXPOSER now inline the builtins instead. @Microproofs - **aiken-lang**: SubtractInteger with a constant as the second arg is now flipped to addInteger with a negated constant. @Microproofs +- **aiken-lang**: Validator arguments are now checked per arg instead of after all args are applied. @Microproofs ## v1.0.24-alpha - 2024-01-31