Skip to content

Commit a1c4086

Browse files
197gShnatsel
authored andcommitted
Metadata and changelog for a 0.25.8
1 parent add781b commit a1c4086

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66

77
## Changes
88

9-
### Version 0.25.7
9+
### Version 0.25.8
10+
11+
Re-release of `0.25.7`
12+
13+
Fixes:
14+
- Reverted a signature change to `load_from_memory` that lead to large scale
15+
type inference breakage despite being technically compatible.
16+
- Color conversion Luma to Rgb used incorrect coefficients instead of broadcasting.
17+
18+
### Version 0.25.7 (yanked)
1019

1120
Features:
1221
- Added an API for external image format implementations to register themselves as decoders for a specific format in `image` (#2372)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image"
3-
version = "0.25.7"
3+
version = "0.25.8"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)