Skip to content

Commit b9efa80

Browse files
authored
Update CHANGELOG.md
1 parent 30dd7b5 commit b9efa80

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)
@@ -29,6 +29,14 @@
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

0 commit comments

Comments
 (0)