From 0c529cb968ee619c1e2620e7613f5140ceb4258a Mon Sep 17 00:00:00 2001 From: Noble Paul Date: Mon, 17 Jun 2019 16:52:45 +1000 Subject: [PATCH] SOLR-13534 : Dynamic loading to support loading jars from a URL --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index cff498fc0f0..9ac6f99ba0f 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -90,6 +90,8 @@ New Features * SOLR-13552: Add recNum Stream Evaluator (Joel Bernstein) +* SOLR-13534 : Dynamic loading to support loading jars from a URL (noble) + Bug Fixes ----------------------