diff options
author | Sebastian Porto <s@porto5.com> | 2021-04-24 20:36:42 +1000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-29 20:24:23 +0100 |
commit | 37279f753cb241016be2d3e25a0fa665072b643c (patch) | |
tree | 7d19bc498487a9a4e1c796976429d042721d8141 /CHANGELOG.md | |
parent | 1887709e22f969b43e7e9c2ff9918bd8bc9ec114 (diff) | |
download | gleam_stdlib-37279f753cb241016be2d3e25a0fa665072b643c.tar.gz gleam_stdlib-37279f753cb241016be2d3e25a0fa665072b643c.zip |
Add list.combinations
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 d3607ed..66df392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - The `dynamic` module gains the `tuple3`, `tuple4`, `tuple5`, `tuple6` 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`, +- The `list` module gains the `combinations_by`, `combinations_by_2`, `drop_while`, `map_fold`, `take_while`, `reduce`, `chunk`, `sized_chunk`, `last` and `scan` functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `last`, `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `interleave`, `reduce`, |