File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 44
55### Added
66- Documented iteration order guarantee for ` Itertools::[tuple_]combinations ` (#822 )
7- - Documented possible panic in ` Itertools:: iterate` (#842 )
7+ - Documented possible panic in ` iterate ` (#842 )
88- Implemented ` Clone ` and ` Debug ` for ` Diff ` (#845 )
99- Implemented ` Debug ` for ` WithPosition ` (#859 )
1010- Implemented ` Eq ` for ` MinMaxResult ` (#838 )
2929- Specialized ` TakeWhileInclusive::fold ` (#851 )
3030- Specialized ` ZipLongest::rfold ` (#848 )
3131
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+
3240## 0.12.0
3341
3442### Breaking
You can’t perform that action at this time.
0 commit comments