diff options
author | Richard Viney <richard.viney@gmail.com> | 2024-10-07 17:40:31 +1300 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-10-08 12:16:44 +0100 |
commit | 0a087d5d80b803e70909848f5b7b28ce2b5df4fc (patch) | |
tree | e67d3d529e565d89b76e7cfe76caf72c684e7102 /CHANGELOG.md | |
parent | 3b966c2715593d07bfa1208879aa5ccbdb648dbc (diff) | |
download | gleam_stdlib-0a087d5d80b803e70909848f5b7b28ce2b5df4fc.tar.gz gleam_stdlib-0a087d5d80b803e70909848f5b7b28ce2b5df4fc.zip |
Optimise string.repeat
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c850f..c48880a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ - The `bit_array` module gains the `compare` function. - The `float` modeule gains the `to_precision` function. - The `try_fold` function in the `iterator` module is now tail recursive. -- The performance of many functions in the `string` module on the JavaScript - target has been improved. +- The performance of many functions in the `string` module has been improved. ## v0.40.0 - 2024-08-19 |