Update changelog.

This commit is contained in:
Roberto Rosario
2016-05-17 05:04:27 -04:00
parent c97208f609
commit 11da303529
2 changed files with 7 additions and 0 deletions

View File

@@ -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)
================

View File

@@ -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