diff --git a/Cargo.toml b/Cargo.toml index 8bfb1b8..af4e6dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gif" license = "MIT/Apache-2.0" -version = "0.11.3" +version = "0.11.4" description = "GIF de- and encoder" authors = ["nwin "] readme = "README.md" diff --git a/Changes.md b/Changes.md index ed8f305..81ff8eb 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,13 @@ +# v0.11.4 + +Bufixes: +- Fix decoding confusing superfluous image data from previous frames with + current frame data. +- Bump minimum required version of `weezl`. + +Features: +- Add `Encoder::{get_ref, get_mut, into_inner}` to access underlying stream. + # v0.11.3 Bugfixes: