From b18f714096c3f8a2614bddd8b62c3e808390f7a1 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Fri, 13 Aug 2021 14:47:53 -0400 Subject: [PATCH] LUCENE-10008: add CHANGES entry --- lucene/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index e491e8e36ae..23d51165f98 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -445,6 +445,8 @@ Bug Fixes * LUCENE-9963: FlattenGraphFilter is now more robust when handling incoming holes in the input token graph (Geoff Lawson) +* LUCENE-10008: Respect ignoreCase in CommonGramsFilterFactory (Vigya Sharma) + Other --------------------- (No changes)