Release notes for version 0.11.4

This commit is contained in:
Andreas Molzer 2022-06-26 14:20:05 +02:00
parent ed1d8d7799
commit e070cfb4f4
2 changed files with 11 additions and 1 deletions

View File

@ -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 <nwin@users.noreply.github.com>"]
readme = "README.md"

View File

@ -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: