From fb129be0608b54412f5a70faefff5903acd5d014 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 12 Apr 2021 13:45:59 +0200 Subject: Add `reduce` to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 619771b..6d0cc1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +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` module gains the `drop_while`, `map_fold`, `take_while`, +- The `list` module gains the `drop_while`, `map_fold`, `take_while`, `reduce`, `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. + `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `reduce`, `any` and `all` functions. - Breaking change in `iterator.take`. Now it returns an iterator instead of a list. - The `string` module gains the `crop` function. -- cgit v1.2.3