From 51ade888f3274ea42ed4beb2bf000d7f922de4c7 Mon Sep 17 00:00:00 2001 From: Patrick Zhai Date: Tue, 19 Sep 2023 23:37:36 -0700 Subject: [PATCH] Update wrong PR number in CHANGES.txt --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index c80db0466e9..123f4e41a89 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -255,7 +255,7 @@ Bug Fixes * GITHUB#12451: Change TestStringsToAutomaton validation to avoid automaton conversion bug discovered in GH#12458 (Greg Miller). -* GITHUB#2472: UTF32ToUTF8 would sometimes accept extra invalid UTF-8 binary sequences. This should not have any +* GITHUB#12472: UTF32ToUTF8 would sometimes accept extra invalid UTF-8 binary sequences. This should not have any impact on the user, unless you explicitly invoke the convert function of UTF32ToUTF8, and in the extremely rare scenario of searching a non-UTF-8 inverted field with Unicode search terms (Tang Donghai).