- Fix
EXPAND
transformation to leave bit depths above 8 unchanged
- Fix encoding writing invalid chunks. Images written can be corrected: see image-rs/image#1074 for a recovery.
- Fix a panic in bit unpacking with checked arithmetic (e.g. in debug builds)
- Added better fuzzer integration
- Update
term
,rand
dev-dependency - Note: The
show
example program requires a newer compiler than 1.34.2 on some targets due to depending onglium
. This is not considered a breaking bug.
Begin of changelog