diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e52b72..a90d16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v0.31.0 - 2023-09-25 +- The `iterator` module gains the `map2` function. - `list.flatten` is no longer deprecated and is kept as a synonym of `list.concat` - The `iterator` module gains the `concat` function. |