From 332ce266daa118e4c00d8f6b533bf748874a8668 Mon Sep 17 00:00:00 2001 From: microproofs Date: Fri, 28 Apr 2023 16:55:21 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7048a6e1..600fcc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - **aiken-lang**: fix expect on an empty list - **aiken-lang**: pattern match on boolean with simple clause bodies - **aiken-lang**: fix for inline_direct_reduce to be applied to pattern match function instead of argument - +- **aiken-lang**: code gen function dependencies won't be hoisted to the top, instead hoisted at the location depended on. ## v1.0.2.alpha - 2023-04-17 ### Fixed