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/01 14:49:10 UTC

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

Author: mikemccand
Date: Tue Jun  1 12:49:10 2010
New Revision: 950048

URL: http://svn.apache.org/viewvc?rev=950048&view=rev
Log:
LUCENE-2424: add missing CHANGES

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=950048&r1=950047&r2=950048&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue Jun  1 12:49:10 2010
@@ -452,6 +452,9 @@ 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)
+
 New features
 
 * LUCENE-2128: Parallelized fetching document frequencies during weight