From 697de403767455aae7f039e1e682379ed98519d1 Mon Sep 17 00:00:00 2001 From: rvcas Date: Fri, 23 Jun 2023 18:41:58 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f00243..c9527d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.0.11-alpha - unreleased +## v1.0.11-alpha - 2023-06-23 ### Added @@ -10,12 +10,13 @@ ``` compare_with(a, >=, b) == compare_with(a, fn(l, r) { l >= r }, b) ``` + - **aiken-lang**: Make traces produced by expect dependent on the value of the tracing flag. ### Fixed -- **aiken-lang**: Fix expect _ = ... not including the cast from data logic if the type is data and right hand has a type annotation +- **aiken-lang**: Fix expect \_ = ... not including the cast from data logic if the type is data and right hand has a type annotation - **aiken-lang**: Fix for the final clause of a when expecting another clause afterwards in nested list cases. - **aiken-lang**: Fix for all elements were being destructured in tuple clauses @@ -23,8 +24,7 @@ - **aiken-lang**: Fix for tuple clause not consuming the next case causing incomplete contracts. Now tuple clause will always consume the next case unless it is the final clause - - **aiken-lang**: Fix for builtins using the incorrect data to type conversion - when used as a function param. +- **aiken-lang**: Fix for builtins using the incorrect data to type conversion when used as a function param. ## v1.0.10-alpha - 2023-06-13