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 2010/06/02 19:38:26 UTC

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

Author: mikemccand
Date: Wed Jun  2 17:38:25 2010
New Revision: 950685

URL: http://svn.apache.org/viewvc?rev=950685&view=rev
Log:
LUCENE-2424: make CHANGES entry wording consistent across versions

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=950685&r1=950684&r2=950685&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed Jun  2 17:38:25 2010
@@ -457,8 +457,8 @@ Bug fixes
 * LUCENE-2397: Don't throw NPE from SnapshotDeletionPolicy.snapshot if
   there are no commits yet (Shai Erera)
 
-* LUCENE-2424: Fix FieldDoc.toString to not just fallback to
-  super.toString() (Stephen Green via Mike McCandless)
+* LUCENE-2424: Fix FieldDoc.toString to actually return its fields
+  (Stephen Green via Mike McCandless)
 
 * LUCENE-2311: Always pass a "fully loaded" (terms index & doc stores)
   SegmentsReader to IndexWriter's mergedSegmentWarmer (if set), so