Skip to content

Commit a0127e2

Browse files
authored
Merge pull request #229 from image-rs/release-0.14.2
Release notes for 0.14.2
2 parents 5116dcd + 10793cf commit a0127e2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gif"
33
license = "MIT OR Apache-2.0"
4-
version = "0.14.1"
4+
version = "0.14.2"
55
description = "GIF de- and encoder"
66
authors = ["The image-rs Developers"]
77
readme = "README.md"

Changes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.14.2
2+
3+
Bugfixes:
4+
- Correctly recognize extension blocks that only have a terminator block, i.e.
5+
are completely empty. This affects Comment as most extensions have some
6+
minimum required data (e.g. Application Identifier, …). Such images might
7+
have erratically failed to parse, interpreting the following block type as a
8+
sub-block length.
9+
110
# v0.14.1
211

312
Features:

0 commit comments

Comments
 (0)