diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-10-02 22:24:04 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-10-02 22:24:04 +0100 |
commit | 6ff91d92ac2a466c975c4db378740def2d2a55c6 (patch) | |
tree | f09c64279a685a0202223ee4025c55e4c8b79006 | |
parent | 081a4d9c417a971e00d7f0ea6706206d770d4733 (diff) | |
download | gleam_stdlib-6ff91d92ac2a466c975c4db378740def2d2a55c6.tar.gz gleam_stdlib-6ff91d92ac2a466c975c4db378740def2d2a55c6.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca239b..2422e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - The `iterator` module gains the `map2` function. +- The `list` module gains the `key_filter` function. ## v0.31.0 - 2023-09-25 |