You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:53:38 UTC

[lucene] 24/45: SOLR-15132: Update CHANGES.txt

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

dweiss pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit a1d77589cd85cd6a22aa45f049146107bee736eb
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Mon Mar 1 10:41:18 2021 -0500

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

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 087ab75..e7f52c4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -17,6 +17,8 @@ New Features
 * SOLR-15087: SolrCloud backups can now be restored to compatible existing collections, instead of requiring a new collection
   for each restore. (Jason Gerlowski, shalin, Cao Manh Dat)
 
+* SOLR-15132: Add temporal graph query to the nodes Streaming Expression (Joel Bernstein)
+
 Improvements
 ---------------------
 * SOLR-15081: Metrics for a core: add SolrCloud "isLeader" and "replicaState".  (David Smiley)