aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2023-05-27 12:17:56 +0200
committerLouis Pilfold <louis@lpil.uk>2023-05-27 11:22:20 +0100
commit940401f74cd2a35f7639ad8116a91d8af06925c0 (patch)
treeaaf1734816af305b1bf1e2b78ede922c2ec2e4f9
parentad97fe52dbcf9c110f459fda98b25b0c787372ea (diff)
downloadgleam_stdlib-940401f74cd2a35f7639ad8116a91d8af06925c0.tar.gz
gleam_stdlib-940401f74cd2a35f7639ad8116a91d8af06925c0.zip
Update CHANGELOG
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4da5207..3ce51e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## Unreleased
+
+- The `zip` function's second argument in the `list` module gains the `with` label.
+- The `strict_zip` function's second argument in the `list` module gains the `with` label.
+
## v0.29.0 - 2023-05-23
- The `result` module gains the `partition` function.