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 2011/03/07 05:27:39 UTC

svn commit: r1078677 - /lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Author: rmuir
Date: Mon Mar  7 04:27:39 2011
New Revision: 1078677

URL: http://svn.apache.org/viewvc?rev=1078677&view=rev
Log:
LUCENE-2936: move under bugfixes

Modified:
    lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/CHANGES.txt?rev=1078677&r1=1078676&r2=1078677&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/CHANGES.txt Mon Mar  7 04:27:39 2011
@@ -1,8 +1,5 @@
 Lucene Change Log
 
-* LUCENE-2936: PhraseQuery score explanations were not correctly 
-  identifying matches vs non-matches.  (hossman)
-
 ======================= Lucene 3.x (not yet released) =======================
 
 (No changes)
@@ -401,6 +398,9 @@ Bug fixes
   been rounded down to 0 instead of being rounded up to the smallest
   positive number.  (yonik)
 
+* LUCENE-2936: PhraseQuery score explanations were not correctly 
+  identifying matches vs non-matches.  (hossman)
+
 New features
 
 * LUCENE-2128: Parallelized fetching document frequencies during weight