diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-12-08 21:44:12 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-12-08 21:44:12 +0000 |
commit | 037a393ade4ee0378db16fa01386a05130f1a1e3 (patch) | |
tree | 7adf96e9a7b292ba751ce97b35dd1cb3bbd37a91 | |
parent | 03477e5f04dfc52d44dc02658d70cc94c66b8574 (diff) | |
download | gleam_stdlib-037a393ade4ee0378db16fa01386a05130f1a1e3.tar.gz gleam_stdlib-037a393ade4ee0378db16fa01386a05130f1a1e3.zip |
Alter wording
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a87f32..7bdece3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ when running as JavaScript in a browser) - The `list.at` function now returns `Error(Nil)` if given index is smaller than zero, instead of returning the first element. -- The `string` module takes into account newlines for `length` and - various other functions in Firefox +- 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. ## v0.25.0 - 2022-11-19 |