diff options
author | yoshi~ <jreusch4@gmail.com> | 2024-12-03 16:35:57 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-12-03 15:57:24 +0000 |
commit | d36f192127112b692104d12d89e01bae3a604a79 (patch) | |
tree | d04e78fdcbf618d336e4cc2594a44b252d44f810 | |
parent | 78b8dc807767b89fcc7234f270610fd2a6c1a2d9 (diff) | |
download | gleam_stdlib-d36f192127112b692104d12d89e01bae3a604a79.tar.gz gleam_stdlib-d36f192127112b692104d12d89e01bae3a604a79.zip |
update CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f36579..cd61ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Comparing two `Dict`s of equal size has been optimised on the JavaScript target. +- Improved the performance of `drop_start`. + ## v0.45.0 - 2024-11-28 - The performance of `string.trim`, `string.trim_start`, and `string.trim_end` |