From 5eb5b5ba732962e7a56ddbc5ddf54e04358f8ad8 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 1 Aug 2021 01:00:14 -0700 Subject: [PATCH] v12.3.1 release notes --- docs/release_notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 6d35ba65..a31937ff 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,13 @@ 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.1 +======= + +- Fixed issue with selection of text when using the hOCR renderer. (:issue:`813`) +- Fixed build errors with the Docker image by upgrading to a newer Ubuntu. + Also set the timezone of this image to UTC. + v12.3.0 =======