From 6d9ddbe98b942958e2ab5067dee8133f3ad88d3d Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 24 Aug 2017 01:09:19 -0700 Subject: [PATCH] v5.3.1 notes --- docs/release_notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index cd395cd5..f93396ea 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -6,6 +6,13 @@ 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. +v5.3.1 +------ + +- Fixed wrong return code given for missing Tesseract language packs +- Fixed "brew audit" crashing on Travis when trying to auto-brew + + v5.3 ----