From b79437f5968510d361a6962d6faf1e869d3fc0b4 Mon Sep 17 00:00:00 2001 From: microproofs Date: Tue, 13 Jun 2023 12:02:17 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 558c0aba..24286328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ N/A ### Fixed - **aiken-lang**: fmt for `module.Constr { field: value }` +- **aiken-lang**: Issue where using var pattern in a when was passing the constr + index instead of the constr +- **aiken-lang**: Issue where expecting on a list had unexpected behaviors based + on list length. +- **aiken-lang**: Issue where expecting on a list from data was using the wrong + expect cast for the list tail. ### Removed