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:07 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 5ef67e9f1 -> 55af898b4


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

Branch: refs/heads/master
Commit: 55af898b4bc3ff129ccff3819cefba551f92c366
Parents: 5ef67e9
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:42:23 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/55af898b/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 587ed87..3a062af 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -221,7 +221,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: