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 2012/02/07 22:29:00 UTC

svn commit: r1241636 - /lucene/dev/trunk/lucene/contrib/CHANGES.txt

Author: mvg
Date: Tue Feb  7 21:28:59 2012
New Revision: 1241636

URL: http://svn.apache.org/viewvc?rev=1241636&view=rev
Log:
LUCENE-3602: Moved change from trunk to 3.6

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

Modified: lucene/dev/trunk/lucene/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/CHANGES.txt?rev=1241636&r1=1241635&r2=1241636&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/contrib/CHANGES.txt Tue Feb  7 21:28:59 2012
@@ -60,8 +60,6 @@ New Features
 
  * LUCENE-3496: Support grouping by DocValues. (Martijn van Groningen)
 
- * LUCENE-3602: Added query time joining under the join module. (Martijn van Groningen, Michael McCandless)
-
  * LUCENE-2795: Generified DirectIOLinuxDirectory to work across any
    unix supporting the O_DIRECT flag when opening a file (tested on
    Linux and OS X but likely other Unixes will work), and improved it
@@ -150,6 +148,8 @@ New Features
    joins in both parent to child and child to parent directions.
    (Mike McCandless)
 
+ * LUCENE-3602: Added query time joining under the join module. (Martijn van Groningen, Michael McCandless)
+
 API Changes
 
  * LUCENE-3596: DirectoryTaxonomyWriter.openIndexWriter() now takes an