diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-04-12 13:43:44 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-13 10:50:44 +0100 |
commit | 82aec2d14a7494120d0054d04d8679190abb7351 (patch) | |
tree | 0251a2c84cf691157c3269b9e1f9581bdb78a52a /CHANGELOG.md | |
parent | ffeb3757f291dbff55c772b7d622e22dac79352c (diff) | |
download | gleam_stdlib-82aec2d14a7494120d0054d04d8679190abb7351.tar.gz gleam_stdlib-82aec2d14a7494120d0054d04d8679190abb7351.zip |
Rename `map_reduce` to `map_fold`
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 663be69..619771b 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_reduce`, `take_while`, +- The `list` module gains the `drop_while`, `map_fold`, `take_while`, `chunk` and `sized_chunk` functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `any` and `all` functions. |