From b51a5887e5e81accb2b51f4d99c68af91fdb7e79 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 17 Aug 2020 23:25:31 -0700 Subject: [PATCH] v11.0.1 release notes --- docs/release_notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 25e177ec..3d57db29 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,14 @@ 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.0.1 +======= + +- Blacklist pdfminer.six 20200720, which has a regression fixed in 20200726. +- Approve img2pdf 0.4 as it passes tests. +- Clarify that the GPL-3 portion of pdfa.py was removed with the changes in v11.0.0; + the debian/copyright file did not properly annotate this change. + v11.0.0 =======