aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-05-21 12:49:52 +0200
committerLouis Pilfold <louis@lpil.uk>2022-05-22 21:14:34 +0100
commit711250b9e6035a2535754c43404380cf0018ee50 (patch)
tree6965a4028799f81ad721f4408a7c343e8039579b
parentb900c323a286229eacbac4b583a7eea96be29644 (diff)
downloadgleam_stdlib-711250b9e6035a2535754c43404380cf0018ee50.tar.gz
gleam_stdlib-711250b9e6035a2535754c43404380cf0018ee50.zip
changelog
-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