Author: nick
Date: Sat Aug 1 17:55:43 2015
New Revision: 1693748
URL: http://svn.apache.org/r1693748
Log:
Changelog
Modified:
tika/trunk/CHANGES.txt
Modified: tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1693748&r1=1693747&r2=1693748&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Sat Aug 1 17:55:43 2015
@@ -1,5 +1,9 @@
Release 1.10 - Current Development
+ * Tika Config XML can now be used to create composite detectors,
+ and exclude detectors that DefaultDetector would otherwise
+ have used. This brings support in-line with Parsers. (TIKA-1702)
+
* Reverted to legacy sort order of parsers that was
mistakenly reversed in Tika 1.9 (TIKA-1689).