aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2023-09-18 22:46:23 +0200
committerLouis Pilfold <louis@lpil.uk>2023-09-27 12:33:11 +0100
commit5850112f469beeaa2747f96818e4afec8b69b999 (patch)
tree0dec0e09b16f3c36bae3c47d4bdbc3ab438ca6d9 /CHANGELOG.md
parentee3045b052a99c6a753d8ddc8b583a643de007e2 (diff)
downloadgleam_stdlib-5850112f469beeaa2747f96818e4afec8b69b999.tar.gz
gleam_stdlib-5850112f469beeaa2747f96818e4afec8b69b999.zip
add `iterator.map2`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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.