From d3ffafd9c72d54888d4d6cd85b46829a2ce1eced Mon Sep 17 00:00:00 2001 From: rvcas Date: Fri, 2 Jun 2023 00:07:49 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59e7ff0..0938d313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## next - 2023-MM-DD +## v1.0.7-alpha - 2023-06-02 ### Added @@ -15,6 +15,8 @@ - **aiken-lang**: Record update in code gen is now flexible enough to support fields being passed in any order. - **aiken-lang**: Record update now produces better uplc code then creating a record by the normal instantiation. - **aiken-lang**: Issue with Constructors being passed as functions to other function arguments was fixed. +- **aiken-lang**: show module name when type mismatch names are the same +- **aiken**: make `uplc flat` and `uplc unflat` subcommands more consistent and flexible ## v1.0.6-alpha - 2023-05-17