aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGareth Pendleton <gareth.sidebottom@gmail.com>2024-09-05 11:50:48 +0100
committerGitHub <noreply@github.com>2024-09-05 11:50:48 +0100
commit363de5ebd94d6c975d4f232955050d364512d230 (patch)
tree593b748e8b4f4b8b6d6d8cae7d2d4f7231de3016 /CHANGELOG.md
parentee334747949c6696a0128d1ce709078ecc564598 (diff)
downloadgleam_stdlib-363de5ebd94d6c975d4f232955050d364512d230.tar.gz
gleam_stdlib-363de5ebd94d6c975d4f232955050d364512d230.zip
make iterator.do_try_fold tail-recursive (#689)
Co-authored-by: Gareth Pendleton <gareth.pendleton@ninthwave.co.uk>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0754990..84a76b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,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.
## v0.40.0 - 2024-08-19