From d914b3722bd5b8ef31ccf7e8ddc638a87fd648db 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 71396b19cdce..a923b176a804 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -111,7 +111,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).