You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2020/05/14 14:53:18 UTC

[lucene-solr] branch master updated: SOLR-14407, SOLR-14478: Update CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 08360a2  SOLR-14407, SOLR-14478: Update CHANGES.txt
08360a2 is described below

commit 08360a2997f434b7bcd591b230e4f424454e1a07
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Thu May 14 10:52:55 2020 -0400

    SOLR-14407, SOLR-14478: Update CHANGES.txt
---
 solr/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 36fbb80..b75ebde 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -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)