diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2021-07-13 10:05:10 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-07-13 17:11:38 +0100 |
commit | 178d5a18ec040472ca695e78e9149aef0a0e3137 (patch) | |
tree | e1577801d31259cacfba7430192e9c19af0827b0 | |
parent | 42daa4dd149d33e99dc92d0b701132eb92b48000 (diff) | |
download | gleam_stdlib-178d5a18ec040472ca695e78e9149aef0a0e3137.tar.gz gleam_stdlib-178d5a18ec040472ca695e78e9149aef0a0e3137.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7306f..56ee093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - The `map.update` function now uses `Option` rather than `Result`. +- The `iterator` module gains the `fold_until` function. ## v0.16.0 - 2021-06-17 |