diff options
author | inoas <mail@inoas.com> | 2023-06-22 15:52:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 16:52:43 +0100 |
commit | 6a097950fb48ece2a825aee33d043624967e8b76 (patch) | |
tree | b8bf07bc4e3febf54a7093c7b4db4c4ced3675b5 /CHANGELOG.md | |
parent | f4e41c423378175a61dd2c081e7320f41da4a235 (diff) | |
download | gleam_stdlib-6a097950fb48ece2a825aee33d043624967e8b76.tar.gz gleam_stdlib-6a097950fb48ece2a825aee33d043624967e8b76.zip |
improve JS string.join speed (#468)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d74a39..fe10b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v0.29.2 - 2023-06-21 +- improve `string.join` and `string.concat` performance on JavaScript target. - The `result` module gains the `try_recover` function. - The `string` module gains the `byte_size` function. |