You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/03/18 11:39:44 UTC

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

Author: mikemccand
Date: Fri Mar 18 10:39:44 2011
New Revision: 1082867

URL: http://svn.apache.org/viewvc?rev=1082867&view=rev
Log:
LUCENE-2960: move CHANGES entry to the right place

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=1082867&r1=1082866&r2=1082867&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Fri Mar 18 10:39:44 2011
@@ -362,10 +362,6 @@ Bug fixes
 * LUCENE-2936: PhraseQuery score explanations were not correctly 
   identifying matches vs non-matches.  (hossman)
 
-* LUCENE-2960: Allow some changes to IndexWriterConfig to take effect
-  "live" (after an IW is instantiated), via
-  IndexWriter.getConfig().setXXX(...) (Shay Banon, Mike McCandless)
-
 ======================= Lucene 3.x (not yet released) =======================
 
 (No changes)
@@ -527,6 +523,10 @@ Changes in runtime behavior
 * LUCENE-2010: Segments with 100% deleted documents are now removed on
   IndexReader or IndexWriter commit.   (Uwe Schindler, Mike McCandless)
   
+* LUCENE-2960: Allow some changes to IndexWriterConfig to take effect
+  "live" (after an IW is instantiated), via
+  IndexWriter.getConfig().setXXX(...) (Shay Banon, Mike McCandless)
+
 API Changes
 
 * LUCENE-2076: Rename FSDirectory.getFile -> getDirectory.  (George