From 6eb393590b4124e7daab8391a4f7bacd27e75562 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 6 Oct 2020 03:24:31 -0700 Subject: [PATCH] v11.2.0 release notes Change v11.1.3 to v11.2.0 since it contains functional changes. --- docs/release_notes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7699b478..55d9bb30 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,11 +12,13 @@ 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.1.3 +v11.2.0 ======= - Fixed an issue with optimizing PNG-type images that had soft masks or image masks. - This is a regression introduced in (or about) issue v11.1.0. + This is a regression introduced in (or about) v11.1.0. +- Improved type checking of the ``plugins`` parameter for the ``ocrmypdf.ocr`` + API call. v11.1.2 =======