diff options
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a90d16a..7ca239b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## v0.31.0 - 2023-09-25 +## Unreleased - The `iterator` module gains the `map2` function. + +## v0.31.0 - 2023-09-25 + - `list.flatten` is no longer deprecated and is kept as a synonym of `list.concat` - The `iterator` module gains the `concat` function. |