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: sfackler/rust-fallible-iterator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: daebbbbf61f467c408acdfcfc33a5469c519e0f2
Choose a base ref
..
head repository: sfackler/rust-fallible-iterator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd69f137a5518a06ae2078192bdf96321d65e6c0
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 CHANGELOG.md
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@

## [Unreleased]

* `FromFallibleIterator` trait is removed, `FallibleIterator::collect` now requires `std::iter::FromIterator`,
which has strictly more implementations.

## [v0.2.0] - 2019-03-10

### Changed