From 363de5ebd94d6c975d4f232955050d364512d230 Mon Sep 17 00:00:00 2001 From: Gareth Pendleton Date: Thu, 5 Sep 2024 11:50:48 +0100 Subject: make iterator.do_try_fold tail-recursive (#689) Co-authored-by: Gareth Pendleton --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3