From fc299032a4da0e9ff5b60b4c199234e9f953a1d2 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 30 Mar 2018 00:11:52 -0700 Subject: [PATCH] v6.1.1 release notes Better get the last one out --- docs/release_notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index d279955d..11561337 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -5,6 +5,12 @@ OCRmyPDF uses `semantic versioning `_ for its command line i The OCRmyPDF package itself does not contain a public API, although it is fairly stable and breaking changes are usually timed with a major release. A future release will clearly define the stable public API. +v6.1.1 +------ + +- Fix text being reported as found on all pages if PyMuPDF is not installed. + + v6.1.0 ------