diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2023-05-27 12:17:56 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-05-27 11:22:20 +0100 |
commit | 940401f74cd2a35f7639ad8116a91d8af06925c0 (patch) | |
tree | aaf1734816af305b1bf1e2b78ede922c2ec2e4f9 | |
parent | ad97fe52dbcf9c110f459fda98b25b0c787372ea (diff) | |
download | gleam_stdlib-940401f74cd2a35f7639ad8116a91d8af06925c0.tar.gz gleam_stdlib-940401f74cd2a35f7639ad8116a91d8af06925c0.zip |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 5 |
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. |