Release 0.25.1 (#2187)
This commit is contained in:
parent
318ed0ab29
commit
b7617037c8
2 changed files with 12 additions and 1 deletions
11
CHANGES.md
11
CHANGES.md
|
|
@ -7,6 +7,17 @@
|
|||
|
||||
## Changes
|
||||
|
||||
### Version 0.25.1
|
||||
|
||||
Bug fixes:
|
||||
- Fixed corrupt JPEG output when attempting to encode images containing an alpha
|
||||
channel.
|
||||
- Only accept ".ff" file extension for farbfeld images.
|
||||
- Correct farbfeld feature flag for `ImageFormat::{reading_enabled, writing_enabled}`.
|
||||
- Disable strict mode for JPEG decoder.
|
||||
- Add nasm feature to optionally enable faster AVIF encoding.
|
||||
|
||||
|
||||
### Version 0.25.0
|
||||
|
||||
Breaking changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "image"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1"
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue