Author: jukka
Date: Wed Apr 28 12:27:58 2010
New Revision: 938967
URL: http://svn.apache.org/viewvc?rev=938967&view=rev
Log:
TIKA-298: CompositeParser.getParser() should use mimetype hierarchy when
falling back
Add changelog entry
Modified:
lucene/tika/trunk/CHANGES.txt
Modified: lucene/tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=938967&r1=938966&r2=938967&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Wed Apr 28 12:27:58 2010
@@ -4,6 +4,9 @@ Release 0.8 - Current Development
The most notable changes in Tika 0.8 over previous releases are:
+ * Media type hierarchy information is now taken into account when
+ selecting the best parser for a given input document. (TIKA-298)
+
* Support for parsing common scientific data formats including netCDF
was added (TIKA-400).