diff options
author | Joseph T. Lyons <JosephTLyons@gmail.com> | 2024-12-05 17:00:12 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-12-05 23:47:53 +0000 |
commit | 0c6677a9b9c6f13a6d33692198626fcde543ec0c (patch) | |
tree | 73dd68c06b9804d157d26016ec27a9d04e2a1ef5 | |
parent | 02d0004cd0d8507c59feabd9d23e0029ab76852f (diff) | |
download | gleam_stdlib-0c6677a9b9c6f13a6d33692198626fcde543ec0c.tar.gz gleam_stdlib-0c6677a9b9c6f13a6d33692198626fcde543ec0c.zip |
Added a note to the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd61ddf..cb00c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Improved the performance of `drop_start`. +- Improved the performance of `list.strict_zip`. + ## v0.45.0 - 2024-11-28 - The performance of `string.trim`, `string.trim_start`, and `string.trim_end` |