diff options
author | Kero van Gelder <keroami@users.noreply.github.com> | 2022-12-08 22:42:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 21:42:33 +0000 |
commit | 03477e5f04dfc52d44dc02658d70cc94c66b8574 (patch) | |
tree | cecef02b849334e2db0b8658790d25ea00a69bde /CHANGELOG.md | |
parent | 39d5b221f7c28e76262fc7e8b0746152a46c97c5 (diff) | |
download | gleam_stdlib-03477e5f04dfc52d44dc02658d70cc94c66b8574.tar.gz gleam_stdlib-03477e5f04dfc52d44dc02658d70cc94c66b8574.zip |
JS/Firefox: also match newlines in string.length and string.pop_grapheme (#385)
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 83b76ed..0a87f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ 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 ## v0.25.0 - 2022-11-19 |