From 9dc8bc4b3e9b58396ceae3e2bb466c1eb4679f86 Mon Sep 17 00:00:00 2001 From: inoas Date: Fri, 9 Dec 2022 09:10:36 +0100 Subject: replace string.to_ints with string.utf_codepoint_to_int --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3