You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:53:53 UTC

[lucene] 07/08: CHANGES.txt

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

dweiss pushed a commit to branch jira/solr14977
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 9481353bb6ab65cabdc311553d1d5cdae21f5816
Author: noblepaul <no...@gmail.com>
AuthorDate: Mon Nov 16 23:40:29 2020 +1100

    CHANGES.txt
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 28c9ab4..53aff7c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -176,6 +176,8 @@ Improvements
 
 * SOLR-14683: Metrics API should ensure consistent placeholders for missing values. (ab)
 
+* SOLR-14977 : ContainerPlugins should be configurable with custom objects (noble, ab)
+
 Optimizations
 ---------------------
 * SOLR-14975: Optimize CoreContainer.getAllCoreNames, getLoadedCoreNames and getCoreDescriptors. (Bruno Roustant)