aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Porto <s@porto5.com>2021-05-06 19:18:51 +1000
committerLouis Pilfold <louis@lpil.uk>2021-05-11 10:28:03 +0100
commit931d4544510afa4d879ef6c5e52f4750d0812f45 (patch)
tree4cd6527c49c953af011eda91481ca1901e59e56f /CHANGELOG.md
parent8efb599e9e97c856f7e3d9c60b5b4cf9df6a1fe0 (diff)
downloadgleam_stdlib-931d4544510afa4d879ef6c5e52f4750d0812f45.tar.gz
gleam_stdlib-931d4544510afa4d879ef6c5e52f4750d0812f45.zip
Add list.transpose and list.interleave
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db088af..b169239 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
-- The `list` module gains the `flat_map` function.
+- The `list` module gains the `interleave`, `flat_map` and `transpose` functions.
- The `option` module gains the `all` and `values` functions.
- The `result` module gains the `values` function.
- All modules now use the new `#(a, b, ...)` tuple syntax.