diff options
author | inoas <mail@inoas.com> | 2022-12-04 19:54:57 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-12-22 20:44:33 +0000 |
commit | fcbbc868cafa0e338cd39f9628b911b9583f3ba5 (patch) | |
tree | 5ac79ec75cc09cb726d69c7935fdaa545dd45b3c | |
parent | 9cd78407f0402d7408dee4da7a5c405141579a32 (diff) | |
download | gleam_stdlib-fcbbc868cafa0e338cd39f9628b911b9583f3ba5.tar.gz gleam_stdlib-fcbbc868cafa0e338cd39f9628b911b9583f3ba5.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c288b7d..4b1f73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +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. +- The `string` module gains `to_utf_codepoints`, `from_utf_codepoints`, and + `to_ints` functions. ## v0.25.0 - 2022-11-19 |