diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3c6c09665a5..1aabaf2a3bc 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -82,10 +82,6 @@ Other Changes * SOLR-5868: HttpClient should be configured to use ALLOW_ALL_HOSTNAME hostname verifier to simplify SSL setup. (Steve Davids via Mark Miller) -* SOLR-5468: Allow a client application to request the minium achieved - replication factor for an update request (single or batch) by sending - an optional parameter "min_rf". (Timothy Potter) - * SOLR-6015: Better way to handle managed synonyms when ignoreCase=true (Timothy Potter) @@ -174,6 +170,11 @@ Other Changes recovery scenarios after the leader receives an error trying to forward an update request to a replica. (Timothy Potter) +* SOLR-5468: Allow a client application to request the minium achieved + replication factor for an update request (single or batch) by sending + an optional parameter "min_rf". (Timothy Potter) + + Build ---------------------