diff options
author | inoas <mail@inoas.com> | 2022-10-25 23:03:26 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-10-27 15:13:03 +0100 |
commit | 2821f7921afe3af84e907bd5f635a140713f81d5 (patch) | |
tree | 766c905735fae9e637cc2ab776967d17e0afc7ef | |
parent | ed9405a0eb12061b3ce680f80e6d89b5ff518f21 (diff) | |
download | gleam_stdlib-2821f7921afe3af84e907bd5f635a140713f81d5.tar.gz gleam_stdlib-2821f7921afe3af84e907bd5f635a140713f81d5.zip |
add bugfix to changelog
-rw-r--r-- | CHANGELOG.md | 5 |
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 |