aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f58fbd..1ca3039 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@
- The `string` module gains the `first`, `last`, and `capitalise` functions.
- Fixed a bug where `string.reverse` would break utf8 strings on target JavaScript.
- Fixed a bug where `string.slice` would break utf8 strings on target JavaScript.
+- The grapheme iterator used by `string.graphemes` is now locale independent on target JavaScript.
+- Added more utf8 grapheme related tests.
## v0.21.0 - 2022-04-24