From 9883ce0ba37e07e3cf8c3c32777cf5ae7cbbd872 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 ---------------------