diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a3ec5c878f6..1ef271b0c3c 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -183,6 +183,9 @@ New Features type is form data (curl's default), allowing users to use curl to send JSON or XML without having to specify the content type. (yonik) +* SOLR-6892: Update processors can now be top-level components and they can be + specified in request to create a new custom update chain (Noble Paul) + Bug Fixes ---------------------- @@ -250,8 +253,6 @@ Bug Fixes * SOLR-6682: Fix response when using EnumField with StatsComponent (Xu Zhang via hossman) -* SOLR-6892: Improve the way update processors are used and make it simpler (Noble Paul) - * SOLR-7109: Indexing threads stuck during network partition can put leader into down state. (Mark Miller, Anshum Gupta, Ramkumar Aiyengar, yonik, shalin)