Skip to content

Commit

Permalink
Fill-in CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jun 17, 2023
1 parent 4252ee6 commit 41b2bf1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.0.11-alpha - unreleased

### Added

- **aiken-lang**: Binary operator are now treated like first-class citizen in
expressions. In particular, they can be used as function arguments directly:

```
compare_with(a, >=, b) == compare_with(a, fn(l, r) { l >= r }, b)
```

## v1.0.10-alpha - 2023-06-13

### Added
Expand Down

0 comments on commit 41b2bf1

Please sign in to comment.