From 52fd9a630d57ac7af91db423b17e6b0297fc1c66 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 9 Nov 2023 22:35:51 -0800 Subject: [PATCH] v15.4.2 release notes --- docs/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 853b5066..90c4e1cf 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -28,6 +28,15 @@ tagged yet. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v15.4.2 +======= + +- We now raise an exception on a certain class of PDFs that likely need an + explicit color conversion strategy selected to display correctly + for PDF/A conversion. +- Fixed an error that occurred while trying to write a log message after the + debug log handler was removed. + v15.4.1 =======