diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-08-14 10:25:21 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-08-14 10:25:21 +0100 |
commit | 328faaa4a6877b39df1201d662c1aabb78059cfa (patch) | |
tree | 5e0dea3ca4b810879b6865ca463571e6eccda6a3 /CHANGELOG.md | |
parent | 02d348e4da1bc25b90a25c2d004421b92013a8ab (diff) | |
download | gleam_stdlib-328faaa4a6877b39df1201d662c1aabb78059cfa.tar.gz gleam_stdlib-328faaa4a6877b39df1201d662c1aabb78059cfa.zip |
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94153e7..c1eca47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ - The `string.pop_grapheme` function has been optimised on Erlang, greatly improving its performance. - The `InvalidBase` error in the `int` module has been replaced by `Nil`. +- Fixed a bug where iterating graphemes could crash on older JavaScript runtimes + where the `Intl` API is not supported. ## v0.39.0 - 2024-07-09 |