We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b53a2 commit 0eb2932Copy full SHA for 0eb2932
src/doc.rs
@@ -36,6 +36,8 @@ pub mod news {}
36
///
37
/// ### API compatibilities
38
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.
41
/// * `From<Rational>` and `From<SRational>` implementations for `f32`
42
/// and `f64` have been removed.
43
/// Use `Rational::to_f64` and so on.
@@ -44,6 +46,10 @@ pub mod news {}
44
46
45
47
/// * Rust 1.60 or later is required.
48
49
+/// ### Other new features
50
+///
51
+/// * `Reader::continue_on_error` was added to accept broken Exif data.
52
53
/// ## Upgrade from 0.4.x to 0.5.x
54
55
0 commit comments