You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2009/11/11 10:43:13 UTC

svn commit: r834820 - /lucene/tika/trunk/CHANGES.txt

Author: jukka
Date: Wed Nov 11 09:43:13 2009
New Revision: 834820

URL: http://svn.apache.org/viewvc?rev=834820&view=rev
Log:
TIKA-269: Ease of use -facade for Tika

Add a change log entry about this feature

Modified:
    lucene/tika/trunk/CHANGES.txt

Modified: lucene/tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=834820&r1=834819&r2=834820&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Wed Nov 11 09:43:13 2009
@@ -6,6 +6,9 @@
 
 The most notable changes in Tika 0.5 over the previous release are:
 
+ * An org.apache.tika.Tika facade class has been added to simplify common
+   text extraction and type detection use cases. (TIKA-269)
+
  * A new parse context argument was added to the Parser.parse() method.
    This context map can be used to pass things like a delegate parser or
    other settings to the parsing process. The previous parse() method
@@ -22,7 +25,8 @@
    extension and 280 magic byte patterns. (TIKA-285)
 
  * Tika now uses the Apache PDFBox version 0.8.0-incubating for parsing PDF
-   documents. This version is much the 0.7.3 release used earlier. (TIKA-158)
+   documents. This version is notably better than the 0.7.3 release used
+   earlier. (TIKA-158)
 
 Release 0.4 - 07/14/2009
 ------------------------