aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-05-21 22:52:48 +0000
committerLouis Pilfold <louis@lpil.uk>2022-05-22 21:14:34 +0100
commit32d63fb1a0d8d46d17ef7077a4eb1e795dd1cc62 (patch)
tree655aa1e649bb6c66186d8e8da8bf29b4cf04ecd9
parent711250b9e6035a2535754c43404380cf0018ee50 (diff)
downloadgleam_stdlib-32d63fb1a0d8d46d17ef7077a4eb1e795dd1cc62.tar.gz
gleam_stdlib-32d63fb1a0d8d46d17ef7077a4eb1e795dd1cc62.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ca3039..972e422 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,6 @@
- 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