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:14:30 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master bcf340541 -> 867e81672


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/867e8167
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/867e8167
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/867e8167

Branch: refs/heads/master
Commit: 867e81672a42f2a202382367e0e546947a5e4946
Parents: bcf3405
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:14:15 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/867e8167/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ae1ed1f..0b62be4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -209,6 +209,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
 ----------------------