From 1c2adc3d89fe1dae12d2a8bfce4427dd7cb2a809 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 14 Jul 2021 02:38:23 -0700 Subject: [PATCH] v12.3.0 release notes --- docs/release_notes.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 94505288..6d35ba65 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,19 @@ 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. +v12.3.0 +======= + +- Fixed a regression introduced in Pillow 8.3.0. Pillow no longer rounds DPI + for image resolutions. We now account for this. (:issue:`802`) +- We no longer use some API calls that are deprecated in the latest versions of + pikepdf. +- Improved error message when a language is requested that doesn't look like a + typical ISO 639-2 code. +- Fixed some tests that attempted to symlink on Windows, breaking tests on a + Windows desktop but not usually on CI. +- Documentation fixes (thanks to @mara004) + v12.2.0 =======