From d8d9c41abb36f4cfa6b9c2f3b4ba55a984730ee4 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 21 Aug 2021 18:06:14 -0700 Subject: [PATCH] v12.3.3 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 ebe4fa59..64d3bbc7 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,13 @@ 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. +v12.3.3 +======= + +- watcher.py: fixed interpretation of boolean env vars (:issue:`821`). +- Adjust CI scripts to test Tesseract 5 betas. +- Document our support for the Tesseract 5 betas. + v12.3.2 =======