From aa41b66838d9f05d9eb198e163f8c30aee0362b7 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Tue, 18 Jul 2017 22:36:27 +0900 Subject: [PATCH] Reset the compatibility notes for version 0.3. --- src/lib.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 770d47b..ab2c0db 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,13 +45,8 @@ //! //! # Compatibility //! -//! Major changes between 0.1.3 and 0.2 follow. +//! Major changes between 0.2.3 and 0.3 are listed below. //! -//! * Rust 1.15 is now required to compile. -//! * `Reader.fields()` now returns a slice instead of a reference to a Vec. -//! * `Tag.value()` was renamed to `Tag.number()`. -//! * A new variant `Error::BlankValue` has been added. -//! * The `parse_image()` function has been removed. pub use error::Error; pub use jpeg::get_exif_attr as get_exif_attr_from_jpeg;