Skip to content

Commit 1df06bb

Browse files
committed
Add changelog for 0.11.3
1 parent f71ccf3 commit 1df06bb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Changes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
119
# v0.11.2
220

321
- Fix panic when LZW code size is invalid

0 commit comments

Comments
 (0)