Update CHANGES entry for LUCENE-10030 after backporting
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 9bbbb73..e07b498 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -245,9 +245,6 @@
 * LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)
   (Uwe Schinder)
 
-* LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring
-  (Grigoriy Troitskiy)
-
 Bug fixes
 
 * LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen,
@@ -399,6 +396,9 @@
   characters as boundaries for incremental processing, vastly improving worst-case
   performance. (Michael Gibney)
 
+* LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring
+  (Grigoriy Troitskiy)
+
 Optimizations
 ---------------------
 * LUCENE-9996: Improved memory efficiency of IndexWriter's RAM buffer, in