diff options
author | Luci Phillips <104490260+scorpi4n@users.noreply.github.com> | 2024-05-18 10:49:49 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-20 19:26:45 +0100 |
commit | 0faee2f58d41be64a0fb54a2c728656d59b52370 (patch) | |
tree | c9091712b676d83d93e0ba4d7607bdee2e4a6131 /CHANGELOG.md | |
parent | b1eb2544db9029b783ab280dd7ece087f858194f (diff) | |
download | gleam_stdlib-0faee2f58d41be64a0fb54a2c728656d59b52370.tar.gz gleam_stdlib-0faee2f58d41be64a0fb54a2c728656d59b52370.zip |
Update 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 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. |