You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2020/10/02 14:46:00 UTC

[lucene-solr] branch branch_8x updated: branch_8x: add two missing solr/CHANGES.txt entries (#1920)

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 88480d0  branch_8x: add two missing solr/CHANGES.txt entries (#1920)
88480d0 is described below

commit 88480d0fd8ff6fefdd35805818ed87682ad584ad
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Fri Oct 2 15:41:01 2020 +0100

    branch_8x: add two missing solr/CHANGES.txt entries (#1920)
---
 solr/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f19584a..bebe8cd 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -22,6 +22,10 @@ New Features
 
 * SOLR-13751: Add BooleanSimilarityFactory class. (Andy Webb via Christine Poerschke)
 
+* SOLR-14875: Make SolrEventListeners load from packages (noble)
+
+* SOLR-10391: ConfigSet handler now supports overrides on existing configsets. (Tomás Fernández Löbbe)
+
 * SOLR-11167: Avoid $SOLR_STOP_WAIT use during 'bin/solr start' if $SOLR_START_WAIT is supplied.
   (Omar Abdelnabi, Christine Poerschke)