Skip to content

Commit

Permalink
Release 0.24.9 (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Feb 23, 2024
1 parent 0fbf449 commit 2b513ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
25 changes: 16 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@

## Changes

### Unreleased
### Version 0.24.9

- More convenient to use buffers will be added in the future. In particular,
improving initialization, passing of output buffers, and adding a more
complete representation for layouts. The plan is for these to interact with
the rest of the library through a byte-based interface similar to
`ImageDecoder`.
See ongoing work on [`image-canvas`](https://github.com/image-rs/canvas) if
you want to participate.
Structural changes:
- Relicense to MIT OR Apache-2.0
- Increase MSRV 1.63.0

New features:
- Support limits in PNG animation decoding.
- Added offsets to SubImage to compensate for the now-deprecated bounds call
from GenericImageView.

Bug fixes:
- Correct limit tests for TIFF.
- Avoid overflow in gif::Decoder::buffer_size.
- Return error instead of using asssertion for Avif decoder unsupported or
invalid bit depth.

### Version 0.24.8

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

Bug fixes:
- Fix decoding pngs with invalid text chunks.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.24.8"
version = "0.24.9"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit 2b513ae

Please sign in to comment.