diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index aeedf6e47f6..2d68d768955 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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)