LUCENE-8466: Added Vish to CHANGES.txt

This commit is contained in:
Tomas Fernandez Lobbe 2018-08-27 10:42:23 -07:00
parent 5ef67e9f17
commit 55af898b4b
1 changed files with 1 additions and 1 deletions

View File

@ -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: