aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-12-09 09:10:36 +0100
committerLouis Pilfold <louis@lpil.uk>2022-12-22 20:44:33 +0000
commit9dc8bc4b3e9b58396ceae3e2bb466c1eb4679f86 (patch)
tree6f2e022109d024886f789dc6380e36be35d0a94e /CHANGELOG.md
parent48f47291d190ce02701a23a431fda9d8dab99ac1 (diff)
downloadgleam_stdlib-9dc8bc4b3e9b58396ceae3e2bb466c1eb4679f86.tar.gz
gleam_stdlib-9dc8bc4b3e9b58396ceae3e2bb466c1eb4679f86.zip
replace string.to_ints with string.utf_codepoint_to_int
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b1f73a..3085f68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@
iterating over graphemes in older JavaScript environments that do not have the
`Intl.Segmenter` class.
- The `string` module gains `to_utf_codepoints`, `from_utf_codepoints`, and
- `to_ints` functions.
+ `utf_codepoint_to_int` functions.
## v0.25.0 - 2022-11-19