From 3109ec5091226ff22e2dafe2d55c3302925c48bd Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 24 Aug 2018 12:41:53 -0700 Subject: [PATCH] v7.0.4 notes --- docs/release_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index c899c988..86712c9c 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,16 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and ar find: [^`]\#([0-9]{1,3})[^0-9] replace: `#$1 `_ +v7.0.4 +------ + +- Fix exception thrown when trying to optimize a certain type of PNG embedded +in a PDF with the ``-O2`` + +- Update to pikepdf 0.3.2, to gain support for optimizing some additional +image types that were previously excluded from optimization (CMYK and grayscale). +Fixes `#285 `_. + v7.0.3 ------