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 2018/08/27 17:43:51 UTC

lucene-solr:branch_7x: LUCENE-8466: Added Vish to CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 3cce3e82c -> d81f8ec69


LUCENE-8466: Added Vish to 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/d81f8ec6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d81f8ec6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d81f8ec6

Branch: refs/heads/branch_7x
Commit: d81f8ec69bfb61c188449bb813c821d179caa971
Parents: 3cce3e8
Author: Tomas Fernandez Lobbe <tf...@apache.org>
Authored: Mon Aug 27 10:42:23 2018 -0700
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Mon Aug 27 10:43:31 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d81f8ec6/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index cfb969e..dcb6282 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -83,7 +83,7 @@ Bug Fixes:
   it is initialized before accepting deletes (Simon Willnauer, Nhat Nguyen)
 
 * LUCENE-8466: IndexWriter.deleteDocs(Query... query) incorrectly applies deletes on flush
-  if the index is sorted. (Adrien Grand, Jim Ferenczi)
+  if the index is sorted. (Adrien Grand, Jim Ferenczi, Vish Ramachandran)
 
 Changes in Runtime Behavior: