From 35a5d7323b8b13672ad942907adf40aa2aec3a17 Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Thu, 1 Aug 2024 19:19:20 -0700 Subject: [PATCH] CHANGES entry for GH#13625 --- lucene/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6107eb173f6..0c3aa40c5c2 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -284,6 +284,8 @@ Improvements * GITHUB#13562: Add Intervals.regexp and Intervals.range methods to produce IntervalsSource for regexp and range queries. (Mayya Sharipova) +* GITHUB#13625: Remove BitSet#nextSetBit code duplication. (Greg Miller) + Optimizations ---------------------