From cc9ceaeb742e4cc449c3a82a1dcb3636eb9dfe69 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 8 Dec 2016 16:34:09 -0800 Subject: [PATCH] v4.3.4: release notes --- RELEASE_NOTES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 0d9d7e26..46f29cf1 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -3,6 +3,12 @@ RELEASE NOTES OCRmyPDF uses `semantic versioning `_. +v4.3.4: +======= + +- Fixed "decimal.InvalidOperation: quantize result has too many digits" for high DPI images + + v4.3.3: =======