diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 4c35991ec42..88821bb2ab4 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -92,6 +92,8 @@ Upgrading from Solr 6.x * Custom SolrMetricReporter classes must implement a new, factored out doInit() method and the validate() method must pass for all reporters including reporters that are not enabled, please see SOLR-10671 for details. +* TemplateUpdateRequestProcessorFactory uses {} instead of ${} for template + New Features ---------------------- * SOLR-9857, SOLR-9858: Collect aggregated metrics from nodes and shard leaders in overseer. (ab)