Skip to content

Commit

Permalink
Add changelog for 0.17.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Jan 26, 2025
1 parent 7ab5bb6 commit 2f07814
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.17.16

* Make gAMA and cHRM fallback optional for sRGB ([#547])
* Pass through nightly feature to crc32fast crate to get SIMD crc32 on Aarch64 ([#545])
* Fix bug in iCCP chunk encoding ([#458])
* Deprecate Info::encode ([#550])

[#545]: https://github.com/image-rs/image-png/pull/545
[#458]: https://github.com/image-rs/image-png/pull/548
[#550]: https://github.com/image-rs/image-png/pull/550
[#547]: https://github.com/image-rs/image-png/pull/547

## 0.17.15

### Added
Expand All @@ -7,7 +19,7 @@
* Add support for parsing the sBIT chunk ([#524])
* Add support for parsing the bKGD chunk ([#538])
* Add support for parsing the cICP chunk ([#529])
* Add support for parsing mDCv and cLLi chunks ([#528], ([#543]))
* Add support for parsing mDCV and cLLI chunks ([#528], ([#543]))

### Changed

Expand Down

0 comments on commit 2f07814

Please # to comment.