From f4fcaa642337f1bd4ae4b2521ea6a97a87fe96c1 Mon Sep 17 00:00:00 2001 From: David Smiley Date: Thu, 3 Oct 2024 08:46:44 -0400 Subject: [PATCH] Move CHANGES.txt entry --- lucene/CHANGES.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index e2d7cc9fb79b..718a8c77ad78 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -49,7 +49,8 @@ Optimizations Bug Fixes --------------------- -(No changes) +* GITHUB#13832: Fixed an issue where the DefaultPassageFormatter.format method did not format passages as intended + when they were not sorted by startOffset. (Seunghan Jung) Other --------------------- @@ -270,9 +271,6 @@ Bug Fixes * GITHUB#12878: Fix the declared Exceptions of Expression#evaluate() to match those of DoubleValues#doubleValue(). (Uwe Schindler) -* GITHUB#13832: Fixed an issue where the DefaultPassageFormatter.format method did not format passages as intended - when they were not sorted by startOffset. (Seunghan Jung) - Changes in Runtime Behavior ---------------------