You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ds...@apache.org on 2024/01/18 18:50:23 UTC

(solr) branch main updated: SOLR-17096: CHANGES.txt move to 9.5 Improvements

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

dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 16cb80a3f59 SOLR-17096: CHANGES.txt move to 9.5 Improvements
16cb80a3f59 is described below

commit 16cb80a3f59805c471311f1d7e0703fbcaed2e56
Author: David Smiley <ds...@salesforce.com>
AuthorDate: Thu Jan 18 13:50:06 2024 -0500

    SOLR-17096: CHANGES.txt move to 9.5 Improvements
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 24d05d6ae3d..94377c1f3f3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -23,8 +23,6 @@ Improvements
 
 * SOLR-17077: When a shard rejoins leader election, leave previous election only once to save unneeded calls to Zookeeper. (Pierre Salagnac)
 
-* SOLR-17096: solr.xml now supports declaring clusterSingleton plugins (Paul McArthur, David Smiley)
-
 Optimizations
 ---------------------
 (No changes)
@@ -140,6 +138,8 @@ Improvements
 
 * PR#2186: Include the external file name in the log instead of the hard-coded value in FileFloatSource.java. (Hamzeh Aldmour via Uwe Schindler)
 
+* SOLR-17096: solr.xml now supports declaring clusterSingleton plugins (Paul McArthur, David Smiley)
+
 Optimizations
 ---------------------
 * SOLR-17084: LBSolrClient (used by CloudSolrClient) now returns the count of core tracked as not live AKA zombies