diff options
author | inoas <mail@inoas.com> | 2022-05-17 18:31:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 19:31:37 +0100 |
commit | f9d57db847ff2a8471c9136bd309c870b610d04d (patch) | |
tree | 640efa9eca0636e357a7265b6db81df9be2a29c6 /CHANGELOG.md | |
parent | 81fbb692283a0fff2334d8f3f9f5249c5fda7172 (diff) | |
download | gleam_stdlib-f9d57db847ff2a8471c9136bd309c870b610d04d.tar.gz gleam_stdlib-f9d57db847ff2a8471c9136bd309c870b610d04d.zip |
javascript tests and fixes for string.reverse() / string.slice() / string.to_graphemes() (#298)
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 02b3a65..2457140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - The `float` module gains the `divide` function. - The `int` module gains the `divide`, `power`, and `square_root` functions. - The `string` module gains the `first`, `last`, and `capitalise` functions. +- Fixed a bug where `string.reverse` would break utf8 strings on target JavaScript. +- Fixed a bug where `string.slice` would break utf8 strings on target JavaScript. ## v0.21.0 - 2022-04-24 |