From cc99eceda835bdce8698bb12c4cb1a1bba4c0fea Mon Sep 17 00:00:00 2001 From: rvcas Date: Mon, 11 Mar 2024 19:11:40 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e507b2e4..43b10683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `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**: Extend backpassing to support multiple patterns/arguments. @rvcas ### Fixed