From 8fca0c71dc13531a9bc200b06c38c2d2e4293c50 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 31 Aug 2024 02:12:07 -0700 Subject: [PATCH] v16.5.0 release notes --- docs/release_notes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 0803be371..38e31e976 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -33,12 +33,13 @@ OCRmyPDF typically supports the three most recent Python versions. v16.5.0 ======= -- Presumably fixed issue with interpreting PDFs that have images with array masks. +- Fixed issue with interpreting PDFs that have images with array masks. :issue:`1377` - Enabled testing on Python 3.13. - Fixed a test that did not work correctly but still passed. :issue:`1382` - Improved "PDF/A conversion failed" warning message to better describe implications. - Updated documentation to better explain OCR_JSON_SETTINGS in batch processing. +- Build backend changed from setuptools to hatchling. v16.4.3 =======