From 7077c8220a3e501c69f6f797ac5aa7be1475c417 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 10 Sep 2018 11:46:17 -0700 Subject: [PATCH] Fix rst formatting in release notes --- docs/release_notes.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 841a5e44..e7203858 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -16,12 +16,9 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and ar v7.0.4 ------ -- Fix exception thrown when trying to optimize a certain type of PNG embedded - in a PDF with the ``-O2`` +- 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 `_. +- 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 ------