diff options
author | Gareth Pendleton <gareth.sidebottom@gmail.com> | 2024-09-05 11:50:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 11:50:48 +0100 |
commit | 363de5ebd94d6c975d4f232955050d364512d230 (patch) | |
tree | 593b748e8b4f4b8b6d6d8cae7d2d4f7231de3016 /CHANGELOG.md | |
parent | ee334747949c6696a0128d1ce709078ecc564598 (diff) | |
download | gleam_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.md | 1 |
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 |