You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/05/08 15:26:54 UTC

[37/50] [abbrv] lucene-solr:jira/solr-10262: SOLR-10601: Update CHANGES.txt

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

Branch: refs/heads/jira/solr-10262
Commit: df6da672042b869450d87d8abc1817ea83afeac1
Parents: 4b54109
Author: Joel Bernstein <jb...@apache.org>
Authored: Sat May 6 12:53:29 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Sat May 6 12:53:29 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/df6da672/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2a9438b..21044bb 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -369,6 +369,8 @@ Other Changes
 
 * SOLR-7041: Cutover tests to using 'q.op' and 'df' instead of schema 'defaultOperator' and 'defaultSearchField' (janhoy)
 
+* SOLR-10601: StreamExpressionParser should handle white space around = in named parameters (Joel Bernstein)
+
 ==================  6.5.1 ==================
 
 Bug Fixes