Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Jun 23, 2023
1 parent 8b3504e commit 697de40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.0.11-alpha - unreleased
## v1.0.11-alpha - 2023-06-23

### Added

Expand All @@ -10,21 +10,21 @@
```
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
even if not used.
- **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

Expand Down

0 comments on commit 697de40

Please sign in to comment.