You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/04/24 20:47:17 UTC

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

Author: uschindler
Date: Thu Apr 24 18:47:17 2014
New Revision: 1589832

URL: http://svn.apache.org/r1589832
Log:
SOLR-6011: Remove changes entry also in trunk

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=1589832&r1=1589831&r2=1589832&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Thu Apr 24 18:47:17 2014
@@ -319,10 +319,6 @@ Bug fixes
   concurrently. This error is now handled the same way like in NativeFSLockFactory
   by returning false.  (Uwe Schindler, Robert Muir, Dawid Weiss)
 
-* SOLR-6011: ComplexPhraseQueryParser produced Query objects that did not correctly
-  implement hashCode and equals (inOrder was ignored), causing issues for any
-  system using Query objects as keys. (yonik)
-
 Test Framework
 
 * LUCENE-5592: Incorrectly reported uncloseable files. (Dawid Weiss)