Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-itertools/itertools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d7cf276a5159ba525ec3b0c0000abfd94f282db
Choose a base ref
..
head repository: rust-itertools/itertools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e4ec74a20bfc61ddfda8e98af5b784b9ff77da10
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 CHANGELOG.md
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@
- Specialized `Powerset::nth` (#924)
- Documentation fixes (#882, #936)
- Fixed `assert_equal` for iterators longer than `i32::MAX` (#932)
- Updated the `must_use` message of non-lazy `KMergeBy` and `TupleCombinations` (#939)

### Notable Internal Changes
- Tested iterator laziness (#792)