Skip to content

Commit 72f300d

Browse files
committed
Prepare 0.10.2 (1) changelog
1 parent 3307e4d commit 72f300d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.10.2
4+
- Add `Itertools::multiunzip` (#362, #565)
5+
- Add `intersperse` and `intersperse_with` free functions (#555)
6+
- Add `Itertools::sorted_by_cached_key` (#424, #575)
7+
- Specialize `ProcessResults::fold` (#563)
8+
- Fix subtraction overflow in `DuplicatesBy::size_hint` (#552)
9+
- Fix specialization tests (#574)
10+
- More `Debug` impls (#573)
11+
- Deprecate `fold1` (use `reduce` instead) (#580)
12+
- Documentation fixes (`HomogenousTuple`, `into_group_map`, `into_group_map_by`, `MultiPeek::peek`) (#543 et al.)
13+
314
## 0.10.1
415
- Add `Itertools::contains` (#514)
516
- Add `Itertools::counts_by` (#515)

0 commit comments

Comments
 (0)