You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/07/31 08:45:10 UTC

[lucene-solr] branch master updated: moved SOLR-14681 from 9.0section to 8.7

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 44865c5  moved SOLR-14681 from 9.0section to 8.7
44865c5 is described below

commit 44865c5220ab4a32a57127601a7fb8a4df494fb9
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Fri Jul 31 18:45:01 2020 +1000

    moved SOLR-14681 from 9.0section to 8.7
---
 solr/CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3050edf..ea4639e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -21,7 +21,6 @@ New Features
 
 * SOLR-14588: Introduce Circuit Breaker Infrastructure and a JVM heap usage memory tracking circuit breaker implementation (Atri Sharma)
 
-* SOLR-14681: Introduce ability to delete .jar stored in the Package Store. (MarcusSorealheis via Mike Drob)
 
 Improvements
 ----------------------
@@ -115,6 +114,8 @@ New Features
 
 * SOLR-14151 Make schema components load from packages (noble)
 
+* SOLR-14681: Introduce ability to delete .jar stored in the Package Store. (MarcusSorealheis , Mike Drob)
+
 Improvements
 ---------------------