diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2023-05-31 23:22:02 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-06-01 18:10:44 +0100 |
commit | 086b83a2038b72d194a66185b4a8da82b5c5b6dc (patch) | |
tree | de98a88d60fccf1c4f717cb603fe874aec4cce10 /CHANGELOG.md | |
parent | a177c9f9a61cca39e63b8b809d1b866004bfce2a (diff) | |
download | gleam_stdlib-086b83a2038b72d194a66185b4a8da82b5c5b6dc.tar.gz gleam_stdlib-086b83a2038b72d194a66185b4a8da82b5c5b6dc.zip |
Changelog!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ce2ef..16c3306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ while using the same regular expression in consecutive calls. - 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. +- The `pair` module gains the `new` function. ## v0.29.0 - 2023-05-23 |