We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71ccf3 commit 1df06bbCopy full SHA for 1df06bb
Changes.md
@@ -1,3 +1,21 @@
1
+# v0.11.3
2
+
3
+Bugfixes:
4
+- Fix panic while decoding some images, has no precise cause in the file.
5
+- Warn about `set_extensions` being unimplemented...
6
7
+Features:
8
+- Added `StreamingDecoder::version` to query the precise version of the
9
+ standard used for encoding the file. This is merely a hint.
10
+- Added `DecodeOptions::allow_unknown_blocks` to skip over unknown or
11
+ unspecified block kinds.
12
13
+Optimization:
14
+- `Frame::from_rgba` now recognizes when less than 256 colors are being used,
15
+ dynamically skipping the quantization phase.
16
+- Encoding image chunks is faster and simpler
17
18
19
# v0.11.2
20
21
- Fix panic when LZW code size is invalid
0 commit comments