diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 263b020..d73e1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ on large inputs on target JavaScript. - `list.sort` is now a "stable" sort, meaning equal elements are sorted in the same order that they appear in the input. +- Added functions `function.apply1` through `function.apply3` which help working + with functions in pipelines. ## v0.24.0 - 2022-10-15 |