From 638431337d56aefc82a0e51a109e4d18f0aef1f0 Mon Sep 17 00:00:00 2001
From: Luca Cavanna <javanna@apache.org>
Date: Mon, 2 Dec 2024 10:33:17 +0100
Subject: [PATCH] adjust changelog for #14027

---
 lucene/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 535ee7065334..7a788fb585c9 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -132,8 +132,6 @@ Bug Fixes
 * GITHUB#13990: Added filter to the toString() method of Knn[Float|Byte]VectorQuery
   and DiversifyingChildren[Float|Byte]KnnVectorQuery. (Viswanath Kuchibhotla)
 
-* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public
-
 Build
 ---------------------
 
@@ -151,6 +149,8 @@ Bug Fixes
 * GITHUB#14008: Counts provided by taxonomy facets in addition to another aggregation are now returned together with
   their corresponding ordinals. (Paul King)
 
+* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public (Luca Cavanna)
+
 ======================= Lucene 10.0.0 =======================
 
 API Changes