From 2821f7921afe3af84e907bd5f635a140713f81d5 Mon Sep 17 00:00:00 2001 From: inoas Date: Tue, 25 Oct 2022 23:03:26 +0200 Subject: add bugfix to changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3