diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 4d10404fc78..f7409a97f52 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -100,6 +100,10 @@ New Features * SOLR-5714: You can now use one pool of memory for for the HDFS block cache that all collections share. (Mark Miller, Gregory Chanan) +* SOLR-5720: Add ExpandComponent to expand results collapsed by the + CollapsingQParserPlugin. (Joel Bernstein) + + Bug Fixes ----------------------