diff --git a/docs/release_notes.rst b/docs/release_notes.rst index a426a02d..b8771061 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -8,7 +8,6 @@ The OCRmyPDF package itself does not contain a public API, although it is fairly v5.4.4 ------ -- Support for Python 3.5 is now deprecated and will be removed at the end of 2017 - Fix issue #181, fix final merge failure for PDFs with more pages than the system file handle limit (``ulimit -n``) - Fix issue #200, an uncommon syntax for formatting decimal numbers in a PDF would cause qpdf to issue a warning, which ocrmypdf treated as an error. Now this the warning is relayed. - Fix an issue where intermediate PDFs would be created at version 1.3 instead of the version of the original file. It's possible but unlikely this had side effects.