mirror of https://github.com/apache/lucene.git
SOLR-13783: Move CHANGES entry
This commit is contained in:
parent
74333c3af2
commit
c7c0bdf2df
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue