From 5c470778a339238daf296df3b5bbe181762d21c0 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 26 Feb 2021 00:29:52 -0800 Subject: [PATCH] v11.7.0 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 15357e00..4d8836b8 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.7.0 +======= + +- We now support using ``--sidecar`` in conjunction with ``--pages``; these arguments + used to be mutually exclusive. (#735) +- Fixed a possible issue with PDF/A-1b generation. Acrobat complained that our PDFs use + object streams. More robust PDF/A validators like veraPDF don't consider this a + problem, but we'll honor Acrobat's objection from here on. This may increase file + size of PDF/A-1b files. PDF/A-2b files will not be affected. + v11.6.2 =======