aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-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.