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 ef02eca..d3607ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@
- The `list` module gains the `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`, `reduce`,
+ `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `interleave`, `reduce`,
`any`, `all`, `empty`, `once` and `single` functions.
- Breaking change in `iterator.take`. Now it returns an iterator instead of a list.
- The `string` module gains the `crop` function.