Skip to content

Commit

Permalink
Merge pull request image-rs#1207 from HeroicKatora/release-0.23.4
Browse files Browse the repository at this point in the history
Update meta data for release 0.23.4
  • Loading branch information
HeroicKatora committed Apr 19, 2020
2 parents f543dd5 + a4617bf commit 514d1ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Rust image aims to be a pure-Rust implementation of various popular image format

## Changes

### Version 0.23.4

- Improved the performance of decoding animated gifs
- Added `crop_imm` which functions like `crop` but on a shared reference
- The gif `DisposalMethod::Any` is treated as `Keep`, consistent with browsers
- Most errors no longer allocate a string, instead implement Display.
- Add some implementations of `Error::source`

### Version 0.23.3

- Added `ColorType::has_alpha` to facilitate lossless conversion
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.23.3"
version = "0.23.4"
edition = "2018"
license = "MIT"
description = "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats."
Expand Down

0 comments on commit 514d1ae

Please sign in to comment.