From 86c25554fca51fe485ba9ca436374854c06d64c0 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 17 Dec 2023 17:40:02 +0000 Subject: Changes! --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3