diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1d153fad9fb..2877d989947 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -207,7 +207,7 @@ New Features * SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing for multiterm queries (wildcards, regex, prefix, range, etc). You can now optionally specify a "multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't - specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) + specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) * SOLR-2481: Add support for commitWithin in DataImportHandler (Sami Siren via yonik) @@ -585,7 +585,7 @@ New Features * SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing for multiterm queries (wildcards, regex, prefix, range, etc). You can now optionally specify a "multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't - specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) + specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) * SOLR-2919: Added support for localized range queries when the analysis chain uses CollationKeyFilter or ICUCollationKeyFilter. (Michael Sokolov, rmuir)