aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-11-29 07:26:21 +0100
committerLouis Pilfold <louis@lpil.uk>2022-12-22 20:44:33 +0000
commitd9b67f73819dd3476edddde6d3dc97748c77a242 (patch)
treebe26802c9e5b42e4af1b58822b41aa29d29633d0 /CHANGELOG.md
parent83b15f23a643a44bf0a89ab359d94b09a4bf3918 (diff)
downloadgleam_stdlib-d9b67f73819dd3476edddde6d3dc97748c77a242.tar.gz
gleam_stdlib-d9b67f73819dd3476edddde6d3dc97748c77a242.zip
changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bd1083..c288b7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@
- Fixed a bug where some string functions would incorrectly handle newlines when
iterating over graphemes in older JavaScript environments that do not have the
`Intl.Segmenter` class.
+- The `string` module gains `to_utf_codepoints` and `from_utf_codepoints`
+ functions.
## v0.25.0 - 2022-11-19