SOLR-13783: Move CHANGES entry

This commit is contained in:
Tomas Fernandez Lobbe 2019-10-28 17:10:24 -07:00
parent 74333c3af2
commit c7c0bdf2df
1 changed files with 4 additions and 4 deletions

View File

@ -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
----------------------