diff options
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da5207..3ce51e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Unreleased + +- The `zip` function's second argument in the `list` module gains the `with` label. +- The `strict_zip` function's second argument in the `list` module gains the `with` label. + ## v0.29.0 - 2023-05-23 - The `result` module gains the `partition` function. |