diff options
-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 |