File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Changes
8
8
9
- ### Version 0.25.3
9
+ ### Version 0.25.4
10
10
11
11
Features:
12
12
- Much faster decoding of lossless WebP due to a variety of optimizations. Our benchmarks show 2x to 2.5x improvement.
@@ -21,6 +21,12 @@ Bug fixes:
21
21
- Fixed some APNG images being decoded incorrectly
22
22
- Fixed the iterator over animated WebP frames to return ` None ` instead of an error when the end of the animation is reached
23
23
24
+ ### Version 0.25.3
25
+
26
+ Yanked! This version accidentally missed a commit that should have been
27
+ included with the release. The ` Orientation ` struct should be in the
28
+ appropriate module instead of the top-level. This release won't be supported.
29
+
24
30
### Version 0.25.2
25
31
26
32
Features:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " image"
3
- version = " 0.25.3 "
3
+ version = " 0.25.4 "
4
4
edition = " 2021"
5
5
resolver = " 2"
6
6
You can’t perform that action at this time.
0 commit comments