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 ------