diff options
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e985db..48f759f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +- The `list` modules gains the `drop_while` and `take_while` functions. + ## v0.14.0 - 2021-02-18 - The `list` modules gains the `fold_until`, `window`, and `window_by_2` functions. |