From 000040d4970fe44396c3003b145bf2b550d30108 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 11 Nov 2019 22:39:33 -0800 Subject: [PATCH] v9.1.0 release notes --- docs/release_notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 1cd7d7ac..4681d44a 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,14 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v9.1.0 +====== + +- Improved diagnostics when file size increases at output. Now warns if JBIG2 + or pngquant were not available. +- pikepdf 1.7.0 is now required, to pick up changes that remove the need for + a source install on Linux systems running Python 3.8. + v9.0.5 ======