From 19d399a9e33c3841b55a2210c8935659fe9e3400 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 23 Mar 2021 22:56:28 +0100 Subject: Update the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b976b..327b171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - 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`, `drop_while`, `chunk`, and `sized_chunk` functions. + `take_while`, `drop_while`, `chunk`, `sized_chunk` and `intersperse` 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