diff options
author | Sebastian <s@porto5.com> | 2021-04-26 12:55:26 +1000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-29 20:24:23 +0100 |
commit | 038ca5b5ade57bbac098df21f21ec6ba056ae299 (patch) | |
tree | cd2ac1ff568fe80d50db51f61d37748df6fbe668 /CHANGELOG.md | |
parent | 37279f753cb241016be2d3e25a0fa665072b643c (diff) | |
download | gleam_stdlib-038ca5b5ade57bbac098df21f21ec6ba056ae299.tar.gz gleam_stdlib-038ca5b5ade57bbac098df21f21ec6ba056ae299.zip |
Rename combinations_by to 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 66df392..14ff48c 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 `combinations_by`, `combinations_by_2`, `drop_while`, `map_fold`, `take_while`, `reduce`, +- The `list` module gains the `combinations`, `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`, |