You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2014/07/31 20:32:10 UTC

svn commit: r1614952 - /tika/trunk/CHANGES.txt

Author: dmeikle
Date: Thu Jul 31 18:32:10 2014
New Revision: 1614952

URL: http://svn.apache.org/r1614952
Log:
TIKA-1381 - Added Lingo24Translator implementation to CHANGES.txt

Modified:
    tika/trunk/CHANGES.txt

Modified: tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1614952&r1=1614951&r2=1614952&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Thu Jul 31 18:32:10 2014
@@ -19,6 +19,9 @@ Release 1.6 - 07/27/2014
     languages and added a default implementation that call's Microsoft's
     translate service (TIKA-1319)
 
+  * Added an Translator implementation that calls Lingo24's Premium
+    Machine Translation API (TIKA-1381)
+
   * Made RTFParser's list handling slightly more robust against corrupt
     list metadata (TIKA-1305)