Fix the note on the rename of Tag.value().

This commit is contained in:
KAMADA Ken'ichi 2017-03-27 20:03:28 +09:00
parent e4ac5ec3f2
commit 82a6b2ef7e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
//!
//! * 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.code()`.
//! * `Tag.value()` was renamed to `Tag.number()`.
//! * A new variant `Error::BlankValue` has been added.
//! * The `parse_image()` function has been removed.