From 709c65b41aa21ba6d00b4c4cdc0cadff7ffd4b0f Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 27 Oct 2020 23:11:11 -0700 Subject: [PATCH] v11.3.1 release notes --- docs/release_notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 57c012ef..1eda9aca 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +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.3.1 +======= + +- Declare support for new versions: pdfminer.six 20201018 and pikepdf 2.x +- Fix warning related to ``--pdfa-image-compression`` that appears at the wrong + time. + v11.3.0 =======