From ffcae9a1a03ed269542838a91367644660ddfe95 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 3 Mar 2021 00:46:35 -0800 Subject: [PATCH] v11.7.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 4d8836b8..ffad6255 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.7.1 +======= + +- Some exceptions while attempting image optimization were only logged at the debug + level, causing them to be suppressed. These errors are now logged appropriately. +- Improved the error message related to ``--unpaper-args``. +- Updated documentation to mention the new conda distribution. + v11.7.0 =======