From 5c9e07bff452945d0e769450509774809da348f9 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 5 May 2021 10:24:16 +0100 Subject: v0.15.0 --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7ef0d..07ec6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ # Changelog -## Unreleased +## v0.15.0 - 2021-05-05 - The `list.split_while` function's second argument now has the label -`satisfying` to match the other `_while` functions in `list` and `iterator`. + `satisfying` to match the other `_while` functions in `list` and `iterator`. - 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 `combinations`, `combination_pairs`, `drop_while`, `map_fold`, `take_while`, `reduce`, - `chunk`, `sized_chunk`, `last` and `scan` functions. +- The `list` module gains the `combinations`, `combination_pairs`, `drop_while`, + `map_fold`, `take_while`, `reduce`, `chunk`, `sized_chunk`, `last` and `scan` + functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `last`, `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `interleave`, `reduce`, `any`, `all`, `empty`, `once` and `single` functions. -- cgit v1.2.3