Skip to content

Commit 120c799

Browse files
committed
Fill in changelog for 0.25.5
1 parent 9ee68e2 commit 120c799

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
## Changes
88

9+
### Version 0.25.5
10+
11+
Features:
12+
- Added support for decoding 10-bit AVIF
13+
- Added support for decoding PCX, disabled by default due to WTFPL license on the decoder
14+
- Initial, opt-in serde support for an enum. This may be extended to other types in the future.
15+
16+
Bug fixes:
17+
- [Multiple bug fixes in AVIF decoding](https://github.com/image-rs/image/pull/2373)
18+
- The `rayon` feature now correctly toggles the use of `rayon` when encoding AVIF. (Previously it would be either always on or always off depending on the version of the `ravif` crate in your dependency tree.)
19+
- "jfif" file extension for JPEG images is now recognized
20+
921
### Version 0.25.4
1022

1123
Features:

0 commit comments

Comments
 (0)