From 57327135fb9a625db60c26f3c7789a386072c610 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 14 Mar 2021 14:48:56 +0000 Subject: Rename label --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5252792..d06ab08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## Unreleased -- The `dynamic` module gains the `tuple3`, `tuple4`, `tuple5`, `tuple6` functions and - their typed equivalents `typed_tuple3`, `typed_tuple4`, `typed_tuple5`, `typed_tuple6`. +- The `list.split_while` function's second argument now has the label +`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` modules gains the `drop_while` and `take_while` functions. -- The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `take_while` and `drop_while` functions. +- The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, + `take_while` and `drop_while` functions. ## v0.14.0 - 2021-02-18 -- cgit v1.2.3