aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-12-02 22:18:22 +0000
committerLouis Pilfold <louis@lpil.uk>2023-12-02 22:20:38 +0000
commitf1c66344fcc4a507a6dcf21847c4eb732fc4652b (patch)
tree0cc4a2afd67c832131035a8e761284f663d2db7b
parentfe9535c8f7d8eb8c80d573fd688bd02812acb6f0 (diff)
downloadgleam_stdlib-f1c66344fcc4a507a6dcf21847c4eb732fc4652b.tar.gz
gleam_stdlib-f1c66344fcc4a507a6dcf21847c4eb732fc4652b.zip
Changes!
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f45753..ac552b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v0.33.1 - Unreleased
+
+- Fixed `string.to_graphemes` failing on JavaScript runtimes when the
+ `Intl.Segmenter` class is not available.
+
## v0.33.0 - 2023-11-30
- The `bool` module gains the `lazy_guard` function.