diff --git a/CHANGES.txt b/CHANGES.txt index c951814f53c..b1b234e28a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -74,6 +74,9 @@ New Features 10. SOLR-266: Adding show=schema to LukeRequestHandler to show the parsed schema fields and field types. (ryan) +11. SOLR-133: The UpdateRequestHandler now accepts multiple delete options + within a single request. For example, sending: + 12 will delete both 1 and 2. (ryan) Changes in runtime behavior