aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Attard <robert.attard@mail.mcgill.ca>2021-08-02 10:08:26 -0400
committerLouis Pilfold <louis@lpil.uk>2021-08-11 20:36:55 +0100
commit817aa63ca51eb6f8d28df6904fc0061e71d8a124 (patch)
tree16e1657b6c453c401ec4f553f67fbe8a14eb1d0f
parent461e33c138251b8bff6f1032b38cd7ef3420bb41 (diff)
downloadgleam_stdlib-817aa63ca51eb6f8d28df6904fc0061e71d8a124.tar.gz
gleam_stdlib-817aa63ca51eb6f8d28df6904fc0061e71d8a124.zip
changelog
-rw-r--r--CHANGELOG.md2
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