SOLR-3595: fix incorrect issue number in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-09-11 23:23:27 +00:00
parent 9561d856c5
commit 9e42025307
1 changed files with 1 additions and 1 deletions

View File

@ -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)