diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2021-04-13 10:04:17 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-14 21:23:32 +0100 |
commit | 53471ea469a5ce92a500194405a121237de5d131 (patch) | |
tree | 7af335b2afebb9098e58560367c5362de6adf86b /CHANGELOG.md | |
parent | fb129be0608b54412f5a70faefff5903acd5d014 (diff) | |
download | gleam_stdlib-53471ea469a5ce92a500194405a121237de5d131.tar.gz gleam_stdlib-53471ea469a5ce92a500194405a121237de5d131.zip |
add list.scan
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 6d0cc1c..57a3f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ functions and their typed equivalents `typed_tuple3`, `typed_tuple4`, `typed_tuple5`, `typed_tuple6`. - The `list` module gains the `drop_while`, `map_fold`, `take_while`, `reduce`, - `chunk` and `sized_chunk` functions. + `chunk`, `sized_chunk` and `scan` functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `reduce`, `any` and `all` functions. - Breaking change in `iterator.take`. Now it returns an iterator instead of a list. |