Update changes for TIKA-1926.
Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/e0ca3b5d Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/e0ca3b5d Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/e0ca3b5d Branch: refs/heads/master Commit: e0ca3b5dfaf102d2028d5f4f3deb294a43418283 Parents: a30b143 Author: Chris Mattmann <[email protected]> Authored: Sat Apr 23 11:30:16 2016 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sat Apr 23 11:30:16 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/e0ca3b5d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index bcdc0f0..d06dd84 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,13 @@ Release 1.13 - ??? + * Fixed JournalParser to handle null responses from + GROBID and to log a message (TIKA-1925). + * Refactored Language Detector into tika-landetect module, added default N-Gram implementation, Optimiaze Lang Detector and MIT Text.jl implementation (TIKA-1872, TIKA-1696, TIKA-1723). - * Improvements to MIME database for detection of Scientific - * Extract metadata from MP4 videos whether or not the PooledTimeSeries parser is available via Aditya Dhulipala (TIKA-1844).
