From e94a7b05fbd2dcbce3700b318674bd0df1465510 Mon Sep 17 00:00:00 2001 From: noble Date: Thu, 22 Aug 2019 16:29:20 +1000 Subject: [PATCH] SOLR-13707: API to expose the currently used package name, details for each plugin --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3460087940e..a1a268550d3 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -65,6 +65,8 @@ New Features * SOLR-13257: Support deterministic replica routing preferences for better cache usage (Michael Gibney via Christine Poerschke, Tomás Fernández Löbbe) +* SOLR-13707: API to expose the currently used package name, details for each plugin (noble) + Improvements ----------------------