diff options
author | Sebastian <s@porto5.com> | 2021-01-20 11:57:25 +1100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-01-21 15:16:56 +0000 |
commit | 6ad66f973f4a26d67983fae645b79585d4e12c47 (patch) | |
tree | f4eb1a571a6724bd1188a50e5f23fab34b16038d /CHANGELOG.md | |
parent | 637e1f46bddbee4a4bb8a85e5c61e54d9197a57d (diff) | |
download | gleam_stdlib-6ad66f973f4a26d67983fae645b79585d4e12c47.tar.gz gleam_stdlib-6ad66f973f4a26d67983fae645b79585d4e12c47.zip |
Add list.fold_until
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a8644..8ac7123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -- The `list` modules gains the `window`, and `window_by_2` functions. +- The `list` modules gains the `fold_until`, `window`, and `window_by_2` functions. - The `int` module gains the `clamp` function. - The `float` module gains the `clamp` function. |