From 30cfe2ece7208e0c3dcfb65f9d8fa53d30911f6b Mon Sep 17 00:00:00 2001 From: Chris Fournier Date: Thu, 27 Apr 2023 13:08:57 -0400 Subject: [PATCH] Add changes --- lucene/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index db018fb21446..43cf2b429d30 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -80,6 +80,8 @@ Bug Fixes * GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end +* LUCENE-10181: Restrict GraphTokenStreamFiniteStrings#articulationPointsRecurse recursion depth. (Chris Fournier) + Other ---------------------