From 0558388b98aba5724a5ffb6266c7d6bcff9d7b84 Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Tue, 9 May 2023 10:59:00 +0200 Subject: [PATCH] Add missing author to changelog entry for #12220 --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index e3d8e7e6cb3b..adc0f4e35027 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -86,7 +86,7 @@ Bug Fixes * GITHUB#12212: Bug fix for a DrillSideways issue where matching hits could occasionally be missed. (Frederic Thevenet) -* GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end +* GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end (Peter Gromov) * GITHUB#12260: Fix SynonymQuery equals implementation to take the targeted field name into account (Luca Cavanna)