From b46206bfe229909d871fe4e3f3b78c273affb3f6 Mon Sep 17 00:00:00 2001 From: rvcas Date: Wed, 31 Jan 2024 13:47:07 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d8b5b02..84c1ff885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ - **aiken**: New aliases for `check` (aiken c) and `build` (aiken b) commands. @Kuly14 ### Fixed -- **aiken-lang**: Fixed an issue with expects on lists that used discards. This fixes the validator issues being seen for previously succeeding validators on 1.0.21-alpha. -- **aiken-lang**: Out of Span issue is now solved. This also fixes incorrectly selected traces from the wrong module, which in some cases lead to the out of span issue. +- **aiken-lang**: Fixed an issue with expects on lists that used discards. This fixes + the validator issues being seen for previously succeeding validators on 1.0.21-alpha. @MicroProofs +- **aiken-lang**: Out of Span issue is now solved. This also fixes incorrectly selected + traces from the wrong module, which in some cases lead to the out of span issue. @MicroProofs ## v1.0.23-alpha - 2024-01-24