Skip to content

Commit

Permalink
Prepare 0.10.2 (1) changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
phimuemue committed Dec 5, 2021
1 parent 3307e4d commit 72f300d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.10.2
- Add `Itertools::multiunzip` (#362, #565)
- Add `intersperse` and `intersperse_with` free functions (#555)
- Add `Itertools::sorted_by_cached_key` (#424, #575)
- Specialize `ProcessResults::fold` (#563)
- Fix subtraction overflow in `DuplicatesBy::size_hint` (#552)
- Fix specialization tests (#574)
- More `Debug` impls (#573)
- Deprecate `fold1` (use `reduce` instead) (#580)
- Documentation fixes (`HomogenousTuple`, `into_group_map`, `into_group_map_by`, `MultiPeek::peek`) (#543 et al.)

## 0.10.1
- Add `Itertools::contains` (#514)
- Add `Itertools::counts_by` (#515)
Expand Down

0 comments on commit 72f300d

Please sign in to comment.