v6.1.4 release notes update

This commit is contained in:
James R. Barlow
2018-04-12 00:55:45 -07:00
parent ba0535e3fb
commit 1f7837e7b1
+4 -1
View File
@@ -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
------