Skip to content

Commit 10644db

Browse files
authored
Merge pull request #542 from Shnatsel/release-v0.17.15
Release v0.17.15
2 parents fb660c2 + f4b3ea8 commit 10644db

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGES.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 0.17.15
2+
3+
### Added
4+
5+
* Add a public API to advance to the next frame in APNG decoder ([#518])
6+
* Add APIs to write ICC and EXIF chunks ([#526])
7+
* Add support for parsing the sBIT chunk ([#524])
8+
* Add support for parsing the bKGD chunk ([#538])
9+
* Add support for parsing the cICP chunk ([#529])
10+
* Add support for parsing mDCv and cLLi chunks ([#528], ([#543]))
11+
12+
### Changed
13+
14+
* Improve performance of Paeth filter during decoding ([#512], [#539])
15+
16+
### Fixed
17+
18+
* Avoid an infinite loop when retrying after a fatal error using `StreamingDecoder` ([#520])
19+
* Fixed chunk order in encoded files ([#526])
20+
21+
[#495]: https://github.com/image-rs/image-png/pull/495
22+
[#496]: https://github.com/image-rs/image-png/pull/496
23+
[#512]: https://github.com/image-rs/image-png/pull/512
24+
[#518]: https://github.com/image-rs/image-png/pull/518
25+
[#520]: https://github.com/image-rs/image-png/pull/520
26+
[#524]: https://github.com/image-rs/image-png/pull/524
27+
[#526]: https://github.com/image-rs/image-png/pull/526
28+
[#528]: https://github.com/image-rs/image-png/pull/528
29+
[#529]: https://github.com/image-rs/image-png/pull/529
30+
[#538]: https://github.com/image-rs/image-png/pull/538
31+
[#539]: https://github.com/image-rs/image-png/pull/539
32+
[#543]: https://github.com/image-rs/image-png/pull/543
33+
134
## 0.17.14
235

336
* Updated to miniz_oxide 0.8.0.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "png"
3-
version = "0.17.14"
3+
version = "0.17.15"
44
license = "MIT OR Apache-2.0"
55

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

0 commit comments

Comments
 (0)