diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1aabaf2a3bc..198df7b7345 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -117,6 +117,10 @@ New Features * SOLR-6108: Add support for 'addreplica' Collection API in SolrJ. (shalin) +* 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) + Bug Fixes ---------------------- @@ -170,10 +174,6 @@ 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 ---------------------