Skip to content

Commit 0eb2932

Browse files
committed
Mention exif::Error breakage in 0.6.0 in the upgrade guide.
1 parent 52b53a2 commit 0eb2932

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/doc.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ pub mod news {}
3636
///
3737
/// ### API compatibilities
3838
///
39+
/// * `exif::Error` was not `std::marker::Sync` in 0.6.0.
40+
/// This was an unintended breaking change and has been fixed in 0.6.1.
3941
/// * `From<Rational>` and `From<SRational>` implementations for `f32`
4042
/// and `f64` have been removed.
4143
/// Use `Rational::to_f64` and so on.
@@ -44,6 +46,10 @@ pub mod news {}
4446
///
4547
/// * Rust 1.60 or later is required.
4648
///
49+
/// ### Other new features
50+
///
51+
/// * `Reader::continue_on_error` was added to accept broken Exif data.
52+
///
4753
/// ## Upgrade from 0.4.x to 0.5.x
4854
///
4955
/// ### API compatibilities

0 commit comments

Comments
 (0)