aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLuci Phillips <104490260+scorpi4n@users.noreply.github.com>2024-05-18 10:49:49 -0500
committerLouis Pilfold <louis@lpil.uk>2024-05-20 19:26:45 +0100
commit0faee2f58d41be64a0fb54a2c728656d59b52370 (patch)
treec9091712b676d83d93e0ba4d7607bdee2e4a6131 /CHANGELOG.md
parentb1eb2544db9029b783ab280dd7ece087f858194f (diff)
downloadgleam_stdlib-0faee2f58d41be64a0fb54a2c728656d59b52370.tar.gz
gleam_stdlib-0faee2f58d41be64a0fb54a2c728656d59b52370.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 311380a..eb31dba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The `set` module gains the `is_subset` and `is_disjoint` functions
- The `sort` function of the `list` module has been optimised in case it's
working on an already sorted list.
- The `dict` module gains the `each` function.