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 2017/05/05 17:17:11 UTC

lucene-solr:branch_6x: SOLR-10303: Update CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x d2ea33d76 -> eefd18553


SOLR-10303: Update CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/eefd1855
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/eefd1855
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/eefd1855

Branch: refs/heads/branch_6x
Commit: eefd18553e765b62591a707cb8c049e2fa7b4573
Parents: d2ea33d
Author: Joel Bernstein <jb...@apache.org>
Authored: Fri May 5 13:14:15 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Fri May 5 13:16:22 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eefd1855/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9a77598..d711f40 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -110,6 +110,8 @@ New Features
 * SOLR-9530: An Update Processor to convert normal update operation to an atomic operations such as
   add, set,inc, remove ,set, removeregex (Amrit Sarkar, noble)
 
+* SOLR-10303: Add date/time Stream Evaluators (Gethin James, Dennis Gove, Joel Bernstein)
+
 
 Optimizations
 ----------------------