From 6023b611ccd04f20062ee2133d62d74d103ddd94 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 17 Mar 2021 20:45:14 +0100 Subject: Update the changelog --- CHANGELOG.md | 5 +++-- 1 file 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 -- cgit v1.2.3