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 5c26e43..db088af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
## Unreleased
- The `list` module gains the `flat_map` function.
-- The `option` module gains the `values` function.
+- The `option` module gains the `all` and `values` functions.
- The `result` module gains the `values` function.
- All modules now use the new `#(a, b, ...)` tuple syntax.