From 3fc469b7c7a34b3f33572056c5aea479a01644ff Mon Sep 17 00:00:00 2001 From: microproofs Date: Wed, 27 Sep 2023 18:34:38 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e1a24c..040941a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,15 @@ - **aiken-lang**: fixed stack overflow with unbound typing being passed into a function with inferred types +- **aiken-lang**: expect on tuples greater than 2 checks the length to ensure + tuple lists are the same length as the type. ### Changed - **aiken-lang**: (Code Gen): Rename some of the types to use aliases +- **aiken-lang**: (Code Gen): Remove the use of Air::RecordAccess and TupleIndex + and replace them with functions that directly get the item at the specified + index. Also improves performance. ## v1.0.17-alpha - 2023-09-20