diff options
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d06ab08..c98a797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - 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. +- Breaking change in `iterator.take`. Now it returns an iterator instead of a list. ## v0.14.0 - 2021-02-18 |