From 09f15ac4c0e21fe3c4e4fbfa0041c592acd44d3d Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 10 Feb 2020 01:01:49 -0800 Subject: [PATCH] v9.6.0 notes --- docs/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 0c107aef..c61f816e 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,15 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v9.6.0 +====== + +- pdfminer.six is now supported up to version 2020-01-24. +- Messages are explaining page rotation decisions are now shown at the standard + verbosity level again when ``--rotate-pages``. In some previous version they + were set to debug level messages that only appeared with the parameter ``-v1``. +- Documentation improvements. + v9.5.0 ======