You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2022/05/18 17:48:24 UTC

[solr] branch main updated: Update CHANGES entry to match 8.11

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

mdrob 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 36c7bdad5c8 Update CHANGES entry to match 8.11
36c7bdad5c8 is described below

commit 36c7bdad5c82d01627e3f2b1f117c74739dcbc19
Author: Mike Drob <md...@apache.org>
AuthorDate: Wed May 18 12:47:28 2022 -0500

    Update CHANGES entry to match 8.11
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c9e5b59b391..828cee49e7c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -792,7 +792,7 @@ Bug Fixes
 
 * SOLR-16022: Enforce special character requirements on passwords with length less than 15 (Timothy Potter)
 
-* SOLR-16143: SolrConfig ResourceProvider can miss updates from ZooKeeper (Mike Drob)
+* SOLR-16143: SolrConfig can miss updates from ZooKeeper when deleting and recreating file items (Mike Drob)
 
 * SOLR-16164: ConfigSet API returns error if untrusted user creates from _default configset (Eric Pugh, Kevin Risden)