Revert "Fix changes to indicate SOLR-14659 fixed in 8.7 vs. 9"

This reverts commit 01e1a7b356.
This commit is contained in:
Timothy Potter 2020-10-07 14:22:30 -06:00
parent 01e1a7b356
commit 7a5219c62e
1 changed files with 2 additions and 2 deletions

View File

@ -126,6 +126,8 @@ 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)
@ -303,8 +305,6 @@ 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.