diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2021-08-02 10:08:26 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-08-11 20:36:55 +0100 |
commit | 817aa63ca51eb6f8d28df6904fc0061e71d8a124 (patch) | |
tree | 16e1657b6c453c401ec4f553f67fbe8a14eb1d0f | |
parent | 461e33c138251b8bff6f1032b38cd7ef3420bb41 (diff) | |
download | gleam_stdlib-817aa63ca51eb6f8d28df6904fc0061e71d8a124.tar.gz gleam_stdlib-817aa63ca51eb6f8d28df6904fc0061e71d8a124.zip |
changelog
-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 |