From 8954e6c3b9e609f78021943f84235c2c3b39fcea Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 18 Apr 2017 18:09:15 -0700 Subject: [PATCH] v4.5.4 Update release notes --- RELEASE_NOTES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 46af1b02..153f5847 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -4,6 +4,13 @@ RELEASE NOTES OCRmyPDF uses `semantic versioning `_. +v4.5.4 +====== + +- Fix ``--skip-big`` raising an exception if a page contains no images (#152) (thanks to @TomRaz) +- Fix an issue where pages with no images might trigger "cannot write mode P as JPEG" (#151) + + v4.5.3 ======