SOLR-14481: Update CHANGES.txt

This commit is contained in:
Joel Bernstein 2020-06-29 20:43:13 -04:00
parent 0cef29f138
commit 0cc45f6cdf
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ New Features
* SOLR-13749: Join queries can now work cross-collection, even when sharded or when spanning nodes.
(Dan Fox, Kevin Watters, via Gus Heck, David Smiley)
* SOLR-14481: Add drill Streaming Expression for efficient and accurate high cardinality aggregation.
(Joel Bernstein)
Improvements
---------------------
* SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method