aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e9d6b8..d95773a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog
-- Changed `list.index_map` callback signature to `fn(a, Int) -> b` from `fn(Int, a) -> b`, to be consistent with `list.index_fold`.
-- Changed `iterator.index` to return `Iterator(#(a, Int))` instead of `Iterator(#(Int, a))`.
+## Unreleased
+
+- Changed `list.index_map` callback signature to `fn(a, Int) -> b` from
+ `fn(Int, a) -> b`, to be consistent with `list.index_fold`.
+- Changed `iterator.index` to return `Iterator(#(a, Int))` instead of
+ `Iterator(#(Int, a))`.
## v0.33.1 - 2023-12-02