diff options
author | Sebastian <s@porto5.com> | 2021-04-27 11:46:54 +1000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-29 20:24:23 +0100 |
commit | 747d13dcc84e64ffb23fbf958b7a279fa029dcb0 (patch) | |
tree | 0b84187d19ffc3f336b745602d7521b83f88ba94 /CHANGELOG.md | |
parent | 5240db2fc2e6ea7ed6577c1e6cc49d8c551aa2da (diff) | |
download | gleam_stdlib-747d13dcc84e64ffb23fbf958b7a279fa029dcb0.tar.gz gleam_stdlib-747d13dcc84e64ffb23fbf958b7a279fa029dcb0.zip |
Rename combination_by_2 to combination_pairs
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 14ff48c..4b7ef0d 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`, `combinations_by_2`, `drop_while`, `map_fold`, `take_while`, `reduce`, +- The `list` module gains the `combinations`, `combination_pairs`, `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`, |