diff --git a/CHANGES.md b/CHANGES.md index 0381aaeb17..00fee8f461 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,12 @@ Rust image aims to be a pure-Rust implementation of various popular image format ## Changes +### Version 0.22.5 + +- Added `GenericImage::copy_within`, specialized for `ImageBuffer` +- Fixed decoding of interlaced `gif` files +- Prepare for future compatibility of array `IntoIterator` in example code + ### Version 0.22.4 - Added in-place variants for flip and rotate operations. diff --git a/Cargo.toml b/Cargo.toml index 978f3574cb..8e417e85fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "image" -version = "0.22.4" +version = "0.22.5" license = "MIT" description = "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats." authors = [