We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d87cbb commit acf2f6fCopy full SHA for acf2f6f
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "gif"
3
license = "MIT OR Apache-2.0"
4
-version = "0.13.2"
+version = "0.13.3"
5
description = "GIF de- and encoder"
6
authors = ["The image-rs Developers"]
7
readme = "README.md"
Changes.md
@@ -1,3 +1,8 @@
+# v0.13.3
+
+- Fix interpretation of LZW stream when multiple intermediate reset codes are used.
+- Allow extension blocks of unknown type with the `allow_unknown_blocks` option.
# v0.13.2
8
- Simplified internal decoder size
0 commit comments