diff options
author | Luci Phillips <104490260+scorpi4n@users.noreply.github.com> | 2024-05-20 16:38:56 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-21 13:58:25 +0100 |
commit | fe517817bd4a58904e67fd462de817fccaaba92e (patch) | |
tree | fee8696797d3fce73729ba210d15f454e5e8ce22 /CHANGELOG.md | |
parent | 96b2eb1b00d38c6bd6d0d4c1fc01f35573f1b167 (diff) | |
download | gleam_stdlib-fe517817bd4a58904e67fd462de817fccaaba92e.tar.gz gleam_stdlib-fe517817bd4a58904e67fd462de817fccaaba92e.zip |
Update changelog
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 eb31dba..4f7b3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -- The `set` module gains the `is_subset` and `is_disjoint` functions +- The `set` module gains the `is_subset`, `is_disjoint`, and `symmetric_difference` 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. |