aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRuslan Ustits <ustitsruslan@gmail.com>2024-05-29 08:57:30 +0100
committerLouis Pilfold <louis@lpil.uk>2024-05-29 10:05:30 +0100
commitd0aec9235ee46cc89fd0917f6da1f0c77959a03c (patch)
tree1da85bb2c91b8990d2f5e60ae1714d84efd07f98 /CHANGELOG.md
parenta60dbfd4f9f37baa37d8d720431d21a58bb97749 (diff)
downloadgleam_stdlib-d0aec9235ee46cc89fd0917f6da1f0c77959a03c.tar.gz
gleam_stdlib-d0aec9235ee46cc89fd0917f6da1f0c77959a03c.zip
Add set.is_empty
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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