From 06a7ceb25a8e443f6ae0a09e7f45b76aeebc5405 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 27 Feb 2016 00:22:37 -0800 Subject: [PATCH] v4.0.4 Updates release notes --- RELEASE_NOTES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 68e81e9c..c83b7949 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -6,6 +6,16 @@ Please always read this file before installing the package Download software here: https://github.com/jbarlow83/OCRmyPDF/tags +v4.0.4: +======= + +Fixes +----- + +- DPI is now calculated correctly for cropped images, along with other image transformations +- Inline images are now checked during DPI calculation instead of rejecting the image + + v4.0.3: =======