aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryoshi~ <jreusch4@gmail.com>2024-12-03 16:35:57 +0100
committerLouis Pilfold <louis@lpil.uk>2024-12-03 15:57:24 +0000
commitd36f192127112b692104d12d89e01bae3a604a79 (patch)
treed04e78fdcbf618d336e4cc2594a44b252d44f810
parent78b8dc807767b89fcc7234f270610fd2a6c1a2d9 (diff)
downloadgleam_stdlib-d36f192127112b692104d12d89e01bae3a604a79.tar.gz
gleam_stdlib-d36f192127112b692104d12d89e01bae3a604a79.zip
update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
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`