You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2016/11/28 16:19:19 UTC

tika git commit: TIKA-2096 -- update CHANGES.txt

Repository: tika
Updated Branches:
  refs/heads/master 361ffa40a -> 1cfd250f8


TIKA-2096 -- update CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/1cfd250f
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/1cfd250f
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/1cfd250f

Branch: refs/heads/master
Commit: 1cfd250f8b337876464edf4b57f8ee62c361380b
Parents: 361ffa4
Author: tballison <ta...@mitre.org>
Authored: Mon Nov 28 11:19:13 2016 -0500
Committer: tballison <ta...@mitre.org>
Committed: Mon Nov 28 11:19:13 2016 -0500

----------------------------------------------------------------------
 CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/1cfd250f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 3bda350..17128b7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,10 @@
 Release 1.15 - ??
 
+  * Change default behavior to parse embedded documents even if the user
+    forgets to specify a Parser.class in the ParseContext (TIKA-2096).
+    Users who wish to parse only the container document should set
+    an EmptyParser as the Parser.class in the ParseContext.
+
   * Add mime detection and parser for Word 2006ML format (TIKA-2179).
 
   * Upgrade to POI 3.16-beta1 (TIKA-2116).