You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/04/06 13:26:56 UTC

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

Author: rmuir
Date: Sat Apr  6 11:26:56 2013
New Revision: 1465227

URL: http://svn.apache.org/r1465227
Log:
LUCENE-4877: fix CHANGES entry to be under 4.3

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=1465227&r1=1465226&r2=1465227&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sat Apr  6 11:26:56 2013
@@ -31,11 +31,6 @@ Optimizations
   on Windows if NIOFSDirectory is used, mmapped files are still locked.
   (Michael Poindexter, Robert Muir, Uwe Schindler)
 
-Bug Fixes
-
-* LUCENE-4877: Throw exception for invalid arguments in analysis factories.
-  (Steve Rowe, Uwe Schindler, Robert Muir)
-
 ======================= Lucene 4.3.0 =======================
 
 Changes in backwards compatibility policy
@@ -227,6 +222,9 @@ Bug Fixes
   if a single highlight phrase or term was greater than the fragCharSize producing
   negative string offsets. (Simon Willnauer)
 
+* LUCENE-4877: Throw exception for invalid arguments in analysis factories.
+  (Steve Rowe, Uwe Schindler, Robert Muir)
+
 Documentation
 
 * LUCENE-4841: Added example SimpleSortedSetFacetsExample to show how