SOLR-13858: Combine two almost identical entries into one.

This commit is contained in:
Andrzej Bialecki 2019-11-05 19:02:35 +01:00
parent 746a3a9c88
commit 4f16d87c7e
1 changed files with 1 additions and 4 deletions

View File

@ -66,15 +66,12 @@ Upgrade Notes
* SOLR-13593 SOLR-13690 SOLR-13691: Allow to look up analyzer components by their SPI names in field type configuration. (Tomoko Uchida)
* SOLR-13854: SolrMetricProducer API has changed and user components that implement this API need to be updated. (ab)
* SOLR-13854, SOLR-13858: SolrMetricProducer / SolrInfoBean APIs have changed and third-party components that implement these APIs 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).
* SOLR-13858: SolrMetricProducer / SolrInfoBean API has changed, third-party components need to be
updated. (ab)
Improvements
----------------------