You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2019/10/29 00:10:34 UTC

[lucene-solr] branch master updated: SOLR-13783: Move CHANGES entry

This is an automated email from the ASF dual-hosted git repository.

tflobbe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new c7c0bdf  SOLR-13783: Move CHANGES entry
c7c0bdf is described below

commit c7c0bdf2df8ed764711a2cd9fbb5e967e9f35c79
Author: Tomas Fernandez Lobbe <tf...@apache.org>
AuthorDate: Mon Oct 28 17:10:24 2019 -0700

    SOLR-13783: Move CHANGES entry
---
 solr/CHANGES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5421065..23cbefb 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
 ----------------------