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 ======