From c96823a6485cfceb722959f60107e840043c87ca Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 23 Jun 2016 13:47:56 -0700 Subject: [PATCH] v4.1.3 release notes --- RELEASE_NOTES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 3738730b..c532fe4b 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -5,6 +5,16 @@ Please always read this file before installing the package Download software here: https://github.com/jbarlow83/OCRmyPDF/tags + +v4.1.3: +======= + +- More helpful error message for PDFs with version 4 security handler +- Update usage instructions for Windows/Docker users +- Fix order of operations for matrix multiplication (no effect on most users) +- Add a few leptonica wrapper functions (no effect on most users) + + v4.1.2: =======