diff options
author | Ruslan Ustits <ustitsruslan@gmail.com> | 2024-05-29 08:57:30 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-29 10:05:30 +0100 |
commit | d0aec9235ee46cc89fd0917f6da1f0c77959a03c (patch) | |
tree | 1da85bb2c91b8990d2f5e60ae1714d84efd07f98 /CHANGELOG.md | |
parent | a60dbfd4f9f37baa37d8d720431d21a58bb97749 (diff) | |
download | gleam_stdlib-d0aec9235ee46cc89fd0917f6da1f0c77959a03c.tar.gz gleam_stdlib-d0aec9235ee46cc89fd0917f6da1f0c77959a03c.zip |
Add set.is_empty
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f161e0f..7aa3d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## v0.39.0 - Unreleased - The `min` and `max` functions of the `order` module have been deprecated. -- The `dict` module gains the `is_empty` function. +- The `dict` and `set` modules gain the `is_empty` function. ## v0.38.0 - 2024-05-24 |