SOLR-14407, SOLR-14478: Update CHANGES.txt

This commit is contained in:
Joel Bernstein 2020-05-14 10:52:55 -04:00
parent f1db56afaf
commit 08360a2997
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,8 @@ New Features
* SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin which gets user's roles from request (janhoy)
* SOLR-14478: Allow the diff Stream Evaluator to operate on the rows of a matrix (Joel Bernstein)
Improvements
---------------------
* SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method
@ -112,6 +114,8 @@ Improvements
* SOLR-14423: Move static SolrClientCache from StreamHandler to CoreContainer for wider reuse and better life-cycle management. (ab)
* SOLR-14407: Handle shards.purpose in the postlogs tool (Joel Bernstein)
Optimizations
---------------------
* SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)