diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-03-17 20:45:14 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-03-20 13:35:54 +0000 |
commit | 6023b611ccd04f20062ee2133d62d74d103ddd94 (patch) | |
tree | 5eae3eb4b93816d9dfb2674f729ebc01b3e60df3 | |
parent | 411c6880efba0412b2064c3881bb2941907dac7b (diff) | |
download | gleam_stdlib-6023b611ccd04f20062ee2133d62d74d103ddd94.tar.gz gleam_stdlib-6023b611ccd04f20062ee2133d62d74d103ddd94.zip |
Update the changelog
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c98a797..30b976b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ - The `dynamic` module gains the `tuple3`, `tuple4`, `tuple5`, `tuple6` functions and their typed equivalents `typed_tuple3`, `typed_tuple4`, `typed_tuple5`, `typed_tuple6`. -- The `list` modules gains the `drop_while` and `take_while` functions. +- The `list` module gains the `drop_while`, `take_while`, + `chunk` and `sized_chunk` functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, - `take_while` and `drop_while` functions. + `take_while`, `drop_while`, `chunk`, and `sized_chunk` functions. - Breaking change in `iterator.take`. Now it returns an iterator instead of a list. ## v0.14.0 - 2021-02-18 |