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 2019/12/11 16:57:03 UTC

[lucene-solr] branch master updated: SOLR-14043: 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 7189393  SOLR-14043: Update CHANGES.txt
7189393 is described below

commit 71893936d1f153fdc85d35112c0715caaa16e8c6
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Dec 11 11:56:46 2019 -0500

    SOLR-14043: Update CHANGES.txt
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3d81b81..e24d711 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -141,6 +141,8 @@ New Features
 
 * SOLR-12217: Support shards.preference in SolrJ for single shard collections. The parameter is now used by the CloudSolrClient and Streaming Expressions. (Houston Putman, Tomas Fernandez-Lobbe)
 
+* SOLR-14043: Allow the precision Stream Evaluator to operate on matrices (Joel bernstein)
+
 Improvements
 ---------------------