chore: update changelog

This commit is contained in:
rvcas 2024-03-11 19:11:40 -04:00 committed by Lucas
parent 5840ce34af
commit cc99eceda8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- **aiken**: The `check` command now accept an extra (optional) option `--max-success` to control the number of property-test iterations to perform. @KtorZ - **aiken**: The `check` command now accept an extra (optional) option `--max-success` to control the number of property-test iterations to perform. @KtorZ
- **aiken**: The `docs` command now accept an optional flag `--include-dependencies` to include all dependencies in the generated documentation. @KtorZ - **aiken**: The `docs` command now accept an optional flag `--include-dependencies` to include all dependencies in the generated documentation. @KtorZ
- **aiken-lang**: Implement [function backpassing](https://www.roc-lang.org/tutorial#backpassing) as a syntactic sugar. @KtorZ - **aiken-lang**: Implement [function backpassing](https://www.roc-lang.org/tutorial#backpassing) as a syntactic sugar. @KtorZ
- **aiken-lang**: Extend backpassing to support multiple patterns/arguments. @rvcas
### Fixed ### Fixed