You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/09/12 01:23:28 UTC

svn commit: r1383654 - /lucene/dev/trunk/solr/CHANGES.txt

Author: hossman
Date: Tue Sep 11 23:23:27 2012
New Revision: 1383654

URL: http://svn.apache.org/viewvc?rev=1383654&view=rev
Log:
SOLR-3595: fix incorrect issue number in CHANGES.txt

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

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1383654&r1=1383653&r2=1383654&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Sep 11 23:23:27 2012
@@ -145,7 +145,7 @@ Bug Fixes
   from Collections passed to addValue/addField
   (Tom Switzer via hossman)
 
-* SOLR-3087: CurrencyField now generates an appropriate error on schema init
+* SOLR-3595: CurrencyField now generates an appropriate error on schema init
   if it is configured as multiValued - this has never been properly supported, 
   but previously failed silently in odd ways.  (hossman)