From cc1d902adec7fa78203acfb5140239e1ba48a89c Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Fri, 15 Jan 2021 09:31:13 -0500 Subject: [PATCH] fix typo in Adrien's name! --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8702d5f7d0b..dfb4efa964e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -518,7 +518,7 @@ Improvements improves the approachability of the IndexWriter code. (Simon Willnauer) * LUCENE-9324: Add an ID to SegmentCommitInfo in order to compare commits for equality and make - snapshots incremental on generational files. (Simon Willnauer, Mike Mccandless, Adrien Grant) + snapshots incremental on generational files. (Simon Willnauer, Mike Mccandless, Adrien Grand) * LUCENE-9342: TotalHits' relation will be EQUAL_TO when the number of hits is lower than TopDocsColector's numHits (Tomás Fernández Löbbe)