From 11da3035293c051fb2ff04069438845daa32ac98 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 17 May 2016 05:04:27 -0400 Subject: [PATCH] Update changelog. --- HISTORY.rst | 1 + docs/releases/2.1.1.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index e259526c82..5fba951d48 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,7 @@ ================== - Fix navigation issue that make it impossible to add new sources. GitLab issue #288. - The Tesseract OCR backend now reports if the requested language file is missing. GitLab issue #289. +- Ensure the automatic default index is created after the default document type. 2.1 (2016-05-14) ================ diff --git a/docs/releases/2.1.1.rst b/docs/releases/2.1.1.rst index e5268e6550..c830e69789 100644 --- a/docs/releases/2.1.1.rst +++ b/docs/releases/2.1.1.rst @@ -21,6 +21,12 @@ Missing Tesseract language files The Tesseract OCR backend now reports if the tesseract language file is missing for the requested document's language. +Other changes +------------- + +- Ensure the automatic default index is created after the default document type. + + Removals -------- * None