From 1f7837e7b18f1eb5a6f4089750db7d7f68c549ba Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 12 Apr 2018 00:55:45 -0700 Subject: [PATCH] v6.1.4 release notes update --- docs/release_notes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 9ab775f6..46fba5be 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,7 +12,9 @@ The OCRmyPDF package itself does not contain a public API, although it is fairly v6.1.4 ------ -- Fix issue #248, ``--clean`` argument may remove OCR from left column of text on certain documents. We now set ``--layout none``. +- Fix issue #248, ``--clean`` argument may remove OCR from left column of text on certain documents. We now set ``--layout none`` to suppress this. + +- The test cache was updated to reflect the change above. - XMP metadata in PDFs is now examined using ``defusedxml`` for safety. @@ -20,6 +22,7 @@ v6.1.4 - qpdf 7.0.0 or newer is now required as the test suite can no longer pass without it. + v6.1.3 ------