diff options
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 |