This is an automated email from the ASF dual-hosted git repository.
thelabdude 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 5866f80 SOLR-15774: Move changes entry to 8.11.1 section
5866f80 is described below
commit 5866f807247f54cd93f9c4b823066becb8a1c632
Author: Timothy Potter <[email protected]>
AuthorDate: Thu Nov 18 15:30:26 2021 -0700
SOLR-15774: Move changes entry to 8.11.1 section
---
solr/CHANGES.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6e00301..0860ec4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -405,8 +405,6 @@ Other Changes
* SOLR-15791: Remove remaining unused <admin/> clauses from solrconfigs. (Eric
Pugh)
-* SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box
directive for the security and schema-designer screens in Admin UI (Timothy
Potter)
-
* SOLR-15784: Remove SolrJ dependency on commons-io. (Mike Drob)
Bug Fixes
@@ -445,6 +443,8 @@ Bug Fixes
* SOLR-15804: Admin UI once again can show files in the Core/Collection ->
Files screen. Fixed regression from 8.11.0 (Karl Stoney, janhoy)
+* SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box
directive for the security and schema-designer screens in Admin UI (Timothy
Potter)
+
================== 8.11.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this
release.