chore: update changelog

This commit is contained in:
rvcas 2023-06-23 18:41:58 -04:00
parent 8b3504e9a1
commit 697de40376
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## v1.0.11-alpha - unreleased ## v1.0.11-alpha - 2023-06-23
### Added ### Added
@ -10,12 +10,13 @@
``` ```
compare_with(a, >=, b) == compare_with(a, fn(l, r) { l >= r }, b) 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 - **aiken-lang**: Make traces produced by expect dependent on the value of the
tracing flag. tracing flag.
### Fixed ### 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 - **aiken-lang**: Fix for the final clause of a when expecting another clause
afterwards in nested list cases. afterwards in nested list cases.
- **aiken-lang**: Fix for all elements were being destructured in tuple clauses - **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 - **aiken-lang**: Fix for tuple clause not consuming the next case causing
incomplete contracts. Now tuple clause will always consume the next case incomplete contracts. Now tuple clause will always consume the next case
unless it is the final clause unless it is the final clause
- **aiken-lang**: Fix for builtins using the incorrect data to type conversion - **aiken-lang**: Fix for builtins using the incorrect data to type conversion when used as a function param.
when used as a function param.
## v1.0.10-alpha - 2023-06-13 ## v1.0.10-alpha - 2023-06-13