diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2023-09-18 22:46:23 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-09-27 12:33:11 +0100 |
commit | 5850112f469beeaa2747f96818e4afec8b69b999 (patch) | |
tree | 0dec0e09b16f3c36bae3c47d4bdbc3ab438ca6d9 /CHANGELOG.md | |
parent | ee3045b052a99c6a753d8ddc8b583a643de007e2 (diff) | |
download | gleam_stdlib-5850112f469beeaa2747f96818e4afec8b69b999.tar.gz gleam_stdlib-5850112f469beeaa2747f96818e4afec8b69b999.zip |
add `iterator.map2`
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. |