Skip to content

Commit acf2f6f

Browse files
authored
Release notes for 0.13.3 (#214)
1 parent 9d87cbb commit acf2f6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.13.2"
4+
version = "0.13.3"
55
description = "GIF de- and encoder"
66
authors = ["The image-rs Developers"]
77
readme = "README.md"

Changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.13.3
2+
3+
- Fix interpretation of LZW stream when multiple intermediate reset codes are used.
4+
- Allow extension blocks of unknown type with the `allow_unknown_blocks` option.
5+
16
# v0.13.2
27

38
- Simplified internal decoder size

0 commit comments

Comments
 (0)