Skip to content

Commit

Permalink
Fill in changelog for 0.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Nov 4, 2024
1 parent 9ee68e2 commit 120c799
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

## Changes

### Version 0.25.5

Features:
- Added support for decoding 10-bit AVIF
- Added support for decoding PCX, disabled by default due to WTFPL license on the decoder
- Initial, opt-in serde support for an enum. This may be extended to other types in the future.

Bug fixes:
- [Multiple bug fixes in AVIF decoding](https://github.com/image-rs/image/pull/2373)
- 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.)
- "jfif" file extension for JPEG images is now recognized

### Version 0.25.4

Features:
Expand Down

0 comments on commit 120c799

Please sign in to comment.