From 07c6654057a9f05207158e74567d0343f28a3ef8 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 6 Oct 2020 03:22:48 -0700 Subject: [PATCH] v11.1.3 release notes --- docs/release_notes.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index b762490e..7699b478 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,10 +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.1.3 +======= + +- 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. + v11.1.2 ======= -- Fix hOCR renderer writing the text in roughly reverse order. This should not +- Fixed hOCR renderer writing the text in roughly reverse order. This should not affect reasonably smart PDF readers that properly locate the position of all text, but may confuse those that rely on the order of objects in the content stream. (#642)