Skip to content

Commit 5c0a63c

Browse files
authored
Merge pull request #597 from image-rs/release-0.18-rc.2
Patch notes for 0.18.0-rc.2
2 parents 9d1d847 + 0e3363f commit 5c0a63c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* Improved the compression settings API for encoding.
77
* `Decoder` now requires a reader that implements `Seek` and `BufRead` traits.
88
* Bump bitflags dependency to 2.0.
9+
* `StreamingDecoder::update` now takes a structured `UnfilterBuf` argument
10+
instead of a direct reference to a vector. This allows in-place
11+
decompression. There is a public constructor for `UnfilterBuf`.
912

1013
### Other additions
1114

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "png"
3-
version = "0.18.0-rc"
3+
version = "0.18.0-rc.2"
44
license = "MIT OR Apache-2.0"
55

66
description = "PNG decoding and encoding library in pure Rust"

0 commit comments

Comments
 (0)