diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 578619a..5a1c86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - The `rescue` function has been removed from the `function` library in favour of target specific versions in Erlang and JavaScript specific libraries. - The `map.update` function now uses `Option` rather than `Result`. -- The `iterator` module gains the `fold_until` function. +- The `iterator` module gains the `fold_until` and `try_fold` functions. - The `bit_string` module loses the u32 functions in favour of bit string literals. - The `dynamic` module loses the `atom` function - The `dynamic.option` function has been renamed to `optional` and made more |