Releases: parasyte/error-iter
Releases · parasyte/error-iter
0.4.1
Improvements
- Patch to retain compatibility with Rust 1.37.0 (#13)
0.4.0
Features
- The trait now has a default implementation for all
T: Error + Sized + 'static
, so just bring it into scope to use it!
Breaking changes
- You will likely have to remove the empty
impl
on your error types due to the new default implementation.
0.3.0
Improvements
- Removed redundant check (#5)
Breaking changes
- Rename
chain
to sources
(#7)
0.2.0
Breaking changes
- Renamed
iter_chain
to chain
and removed iter_sources
(#3)