Fill-in CHANGELOG.

This commit is contained in:
KtorZ 2023-06-17 17:21:43 +02:00
parent 4252ee6373
commit 41b2bf1c7e
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 11 additions and 0 deletions

View File

@ -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