We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83cc48 commit ea94966Copy full SHA for ea94966
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
+
14
## 0.8.2
15
- Use `slice::iter` instead of `into_iter` to avoid future breakage (#378, by @LukasKalbertodt)
16
## 0.8.1
0 commit comments