Skip to content

Commit ea94966

Browse files
committed
changelog for 0.9.0
1 parent c83cc48 commit ea94966

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.9.0
4+
- Fix potential overflow in `MergeJoinBy::size_hint` (#385)
5+
- Add `derive(Clone)` where possible (#382)
6+
- Add `try_collect` method (#394)
7+
- Add `HomogeneousTuple` trait (#389)
8+
- Fix `combinations(0)` and `combinations_with_replacement(0)` (#383)
9+
- Don't require `ParitalEq` to the `Item` of `DedupBy` (#397)
10+
- Implement missing specializations on the `PutBack` adaptor and on the `MergeJoinBy` iterator (#372)
11+
- Add `position_*` methods (#412)
12+
- Derive `Hash` for `EitherOrBoth` (#417)
13+
314
## 0.8.2
415
- Use `slice::iter` instead of `into_iter` to avoid future breakage (#378, by @LukasKalbertodt)
516
## 0.8.1

0 commit comments

Comments
 (0)