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:55:07 UTC

[lucene-solr] branch branch_8x 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit afda69c01706073a581680808d99b5fa4951c13a
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 1c568a3..100d4e2 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -19,6 +19,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
@@ -45,6 +47,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)