aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d73e1bd..6d8a751 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,9 @@
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.
+- Added functions `function.apply1` through `function.apply3` which help
+ working with functions in pipelines.
+- Fixed a bug where `regex.scan` would not work correctly on utf8.
## v0.24.0 - 2022-10-15