Repository: tika Updated Branches: refs/heads/master fde6717e4 -> 6213cc15f
This closes #115. Empty MimeType subsumes application/zerosize. Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/6213cc15 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/6213cc15 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/6213cc15 Branch: refs/heads/master Commit: 6213cc15fb578ea06a82e4d261197947c40bfb32 Parents: fde6717 Author: Chris Mattmann <[email protected]> Authored: Sun Aug 14 20:43:46 2016 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sun Aug 14 20:43:46 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/6213cc15/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a355c04..d887cfa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,7 +3,7 @@ Release 1.14 - ??? * Tika now is integrated with the Tensorflow library from Google and it can use its Inception v3 image classification model to identify objects in images (TIKA-1993). - + * Parser configuration is now type-safe and parameters for parsers can have assigned types (TIKA-1508, TIKA-1986).
