diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 4fea2ffdcc3..ac93a638bae 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -59,13 +59,13 @@ Upgrade Notes New Features ---------------------- -SOLR-12591: Expand the set of recognized date format patterns of schemaless mode to subsume those handled by the +* SOLR-12591: Expand the set of recognized date format patterns of schemaless mode to subsume those handled by the "extract" contrib (Solr Cell / Tika). This is primarily a change in configuration of the default configSet for more patterns, but also included enabling "lenient" parsing in ParseDateFieldUpdateProcessorFactory. The default locale was changed from ROOT to en_US since well-known patterns assume this locale. (David Smiley, Bar Rotstein) -SOLR-12593: The default configSet now includes an "ignored_*" dynamic field. (David Smiley) +* SOLR-12593: The default configSet now includes an "ignored_*" dynamic field. (David Smiley) Optimizations ----------------------