Skip to content

Commit 86c2555

Browse files
committed
Changes!
1 parent a5504ca commit 86c2555

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3-
- Changed `list.index_map` callback signature to `fn(a, Int) -> b` from `fn(Int, a) -> b`, to be consistent with `list.index_fold`.
4-
- Changed `iterator.index` to return `Iterator(#(a, Int))` instead of `Iterator(#(Int, a))`.
3+
## Unreleased
4+
5+
- Changed `list.index_map` callback signature to `fn(a, Int) -> b` from
6+
`fn(Int, a) -> b`, to be consistent with `list.index_fold`.
7+
- Changed `iterator.index` to return `Iterator(#(a, Int))` instead of
8+
`Iterator(#(Int, a))`.
59

610
## v0.33.1 - 2023-12-02
711

0 commit comments

Comments
 (0)