Skip to content

Commit 2b513ae

Browse files
authored
Release 0.24.9 (#2152)
1 parent 0fbf449 commit 2b513ae

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

CHANGES.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,22 @@
77

88
## Changes
99

10-
### Unreleased
10+
### Version 0.24.9
1111

12-
- More convenient to use buffers will be added in the future. In particular,
13-
improving initialization, passing of output buffers, and adding a more
14-
complete representation for layouts. The plan is for these to interact with
15-
the rest of the library through a byte-based interface similar to
16-
`ImageDecoder`.
17-
See ongoing work on [`image-canvas`](https://github.com/image-rs/canvas) if
18-
you want to participate.
12+
Structural changes:
13+
- Relicense to MIT OR Apache-2.0
14+
- Increase MSRV 1.63.0
15+
16+
New features:
17+
- Support limits in PNG animation decoding.
18+
- Added offsets to SubImage to compensate for the now-deprecated bounds call
19+
from GenericImageView.
20+
21+
Bug fixes:
22+
- Correct limit tests for TIFF.
23+
- Avoid overflow in gif::Decoder::buffer_size.
24+
- Return error instead of using asssertion for Avif decoder unsupported or
25+
invalid bit depth.
1926

2027
### Version 0.24.8
2128

@@ -27,7 +34,7 @@ New features:
2734
- TGA encoder now supports RLE encoding.
2835
- Add rayon parallel iterators behind an optional `rayon` feature.
2936
- Support CMYK TIFF images.
30-
- Implement From<DynamicImage> for all image types.
37+
- Implement `From<DynamicImage>` for all image types.
3138

3239
Bug fixes:
3340
- Fix decoding pngs with invalid text chunks.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image"
3-
version = "0.24.8"
3+
version = "0.24.9"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)