diff options
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 |