diff options
author | Sebastian Porto <s@porto5.com> | 2021-04-08 21:49:14 +1000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-09 10:39:19 +0100 |
commit | 64d1e4d24cd297e8dc59ee271ab5a92e05b11e90 (patch) | |
tree | 90b2daa4f70311036bd7d2554b8a6e9f0c91702f | |
parent | 895bb26dd125d946653c53897e73bdf88ae5555d (diff) | |
download | gleam_stdlib-64d1e4d24cd297e8dc59ee271ab5a92e05b11e90.tar.gz gleam_stdlib-64d1e4d24cd297e8dc59ee271ab5a92e05b11e90.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1d354..dfeb517 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`, `take_while`, +- The `list` module gains the `drop_while`, `map_reduce`, `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. |