aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 327b171..cc1d354 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`, `sized_chunk` and `intersperse` functions.
+ `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `any` and `all` functions.
- Breaking change in `iterator.take`. Now it returns an iterator instead of a list.
## v0.14.0 - 2021-02-18