diff options
author | inoas <mail@inoas.com> | 2022-05-21 12:49:52 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-05-22 21:14:34 +0100 |
commit | 711250b9e6035a2535754c43404380cf0018ee50 (patch) | |
tree | 6965a4028799f81ad721f4408a7c343e8039579b | |
parent | b900c323a286229eacbac4b583a7eea96be29644 (diff) | |
download | gleam_stdlib-711250b9e6035a2535754c43404380cf0018ee50.tar.gz gleam_stdlib-711250b9e6035a2535754c43404380cf0018ee50.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 2 |
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 |