aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 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.