You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2017/03/17 20:48:18 UTC

lucene-solr:branch_6_5: Fix CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_5 3f6a15fd7 -> 6bd6a48cd


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

Branch: refs/heads/branch_6_5
Commit: 6bd6a48cd729baec022f3f47d2de811994b6fb22
Parents: 3f6a15f
Author: Tomas Fernandez Lobbe <tf...@apache.org>
Authored: Fri Mar 17 13:45:29 2017 -0700
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Fri Mar 17 13:47:48 2017 -0700

----------------------------------------------------------------------
 lucene/CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6bd6a48c/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 234eb64..8bc0ff3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -150,7 +150,8 @@ Improvements
 * LUCENE-7695: ComplexPhraseQueryParser to support query time synonyms (Markus Jelsma
   via Mikhail Khludnev) 
 
-* LUCENE_7747: QueryBuilder now iterates lazily over the possible paths when building a graph query
+* LUCENE-7747: QueryBuilder now iterates lazily over the possible paths when building a graph query
+  (Jim Ferenczi)
 
 Optimizations