From 4b8ccbe8cb76480b03ab42b0c61814acd1c59a60 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 22 Dec 2020 01:40:31 -0800 Subject: [PATCH] v11.4.1 release notes --- docs/release_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index e3eb3143..8b543517 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,16 @@ may be unreliable. Use the API to depend on precise behavior. The public API may be useful in scripts that launch OCRmyPDF processes or that wish to use some of its features for working with PDFs. +v11.4.1 +======= + +- Fixed an issue where invalid pages ranges passed using the ``pages`` argument, + such as "1-0" would cause unhandled exceptions. +- Accepted a user-contributed to the Synology demo script in misc/synology.py. +- Clarified documentation about change of temporary file location ``ocrmypdf.io``. +- Fixed Python wheel tag which was incorrectly set to py35 even though we long + since dropped support for Python 3.5. + v11.4.0 =======