You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mv...@apache.org on 2013/01/15 15:45:05 UTC

svn commit: r1433444 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: mvg
Date: Tue Jan 15 14:45:05 2013
New Revision: 1433444

URL: http://svn.apache.org/viewvc?rev=1433444&view=rev
Log:
LUCENE-4684: Moved change entry log.

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1433444&r1=1433443&r2=1433444&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue Jan 15 14:45:05 2013
@@ -32,10 +32,8 @@ Changes in backwards compatibility polic
 
 ======================= Lucene 4.2.0 =======================
 
-API Changes
+(No changes yet)
 
-* LUCENE-4684: Made DirectSpellChecker extendable.
-  (Martijn van Groningen)
 
 ======================= Lucene 4.1.0 =======================
 
@@ -235,6 +233,9 @@ API Changes
 * LUCENE-4663: Deprecate IndexSearcher.document(int, Set). This was not intended
   to be final, nor named document(). Use IndexSearcher.doc(int, Set) instead.
   (Robert Muir)
+
+* LUCENE-4684: Made DirectSpellChecker extendable.
+  (Martijn van Groningen)
   
 Bug Fixes