diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-03-26 17:36:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-26 17:36:03 +0100 |
commit | 33947f4e51cb79de3d314839097891258d9992e1 (patch) | |
tree | 52e4b6a36e8d71a68bb87db8cedc71b458be53a9 | |
parent | b2b07ef0612cc549508b757826d8d143d9587119 (diff) | |
download | gleam_stdlib-33947f4e51cb79de3d314839097891258d9992e1.tar.gz gleam_stdlib-33947f4e51cb79de3d314839097891258d9992e1.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aed2ea..2ad2b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - The `Map` type was rewritten as a persistent immutable data structure. This results in drastically improved performance when constructing or updating maps, especially with large maps. +- The `all` and `any` functions in the `iterator` module are now tail recursive. ## v0.27.0 - 2023-02-26 |