From ba9fc746159ef71deb249de698a7b9741125f6cb Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Wed, 7 Oct 2020 14:23:16 -0600 Subject: [PATCH] Fix changes to indicate SOLR-14659 fixed in 8.7 vs. 9 --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 0780d848207..ab3eafe5f0b 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -126,8 +126,6 @@ Other Changes * SOLR-14036: Remove distrib=false from /terms handler's default parameters (David Smiley, Munendra S N) -* SOLR-14659: Remove restlet as dependency for the ManagedResource API (Timothy Potter, noble) - * SOLR-14829: Cleanup the documentation for Request Handlers and Search Components (Alexandre Rafalovitch) * SOLR-10370: ReplicationHandler should fetch index at fixed delay instead of fixed rate (Cao Manh Dat) @@ -305,6 +303,8 @@ Other Changes * SOLR-14910: Use in-line tags for logger declarations in Gradle ValidateLogCalls that are non-standard, change //logok to //nowarn (Erick Erickson) +* SOLR-14659: Remove restlet as dependency for the ManagedResource API (Timothy Potter, noble) + ================== 8.6.2 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.