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