diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 5421065539e..23cbefb5bae 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -31,10 +31,6 @@ Jetty 9.4.19.v20190610 Upgrade Notes ---------------------- -* SOLR-13783: In situations where a NamedList must be output as plain text, commas between key-value pairs will now be - followed by a space (e.g. {shape=square, color=yellow} rather than {shape=square,color=yellow}) for consistency with - other java.util.Map implementations based on AbstractMap (Chris Hennick). - * LUCENE-8738: Move to Java 11 as minimum Java version. (Adrien Grand, Uwe Schindler) @@ -72,6 +68,10 @@ Upgrade Notes * SOLR-13854: SolrMetricProducer API has changed and user components that implement this API need to be updated. (ab) +* SOLR-13783: In situations where a NamedList must be output as plain text, commas between key-value pairs will now be + followed by a space (e.g. {shape=square, color=yellow} rather than {shape=square,color=yellow}) for consistency with + other java.util.Map implementations based on AbstractMap (Chris Hennick). + Improvements ----------------------