File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
- Documented iteration order guarantee for ` Itertools::[tuple_]combinations ` (#822 )
7
- - Documented possible panic in ` Itertools:: iterate` (#842 )
7
+ - Documented possible panic in ` iterate ` (#842 )
8
8
- Implemented ` Clone ` and ` Debug ` for ` Diff ` (#845 )
9
9
- Implemented ` Debug ` for ` WithPosition ` (#859 )
10
10
- Implemented ` Eq ` for ` MinMaxResult ` (#838 )
29
29
- Specialized ` TakeWhileInclusive::fold ` (#851 )
30
30
- Specialized ` ZipLongest::rfold ` (#848 )
31
31
32
+ ### Notable Internal Changes
33
+ - Added test coverage in CI (#847 , #856 )
34
+ - Added semver check in CI (#784 )
35
+ - Enforced ` clippy ` in CI (#740 )
36
+ - Enforced ` rustdoc ` in CI (#840 )
37
+ - Improved specialization tests (#807 )
38
+ - More specialization benchmarks (#806 )
39
+
32
40
## 0.12.0
33
41
34
42
### Breaking
You can’t perform that action at this time.
0 commit comments