From ed2e439bd611f487750bcb849ea47e900d3a0b4f Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Fri, 27 Sep 2024 19:19:53 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9c3e78fb..d895e732 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ -## Unreleased +## 0.17.14 * Updated to miniz_oxide 0.8.0. +* Added public API to consume interlaced rows one by one ([#495]) +* Improved support for resuming decoding after an `UnexpectedEof`, which lets you start parsing a file before it's fully received over the network ([#496]) +* Fixed some broken links in documentation, improved some documentation comments + +[#495]: https://github.com/image-rs/image-png/pull/495 +[#496]: https://github.com/image-rs/image-png/pull/496 + ## 0.17.13