diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index bdc9e460493..35a76195c01 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -164,6 +164,8 @@ Other * LUCENE-9215: Replace checkJavaDocs.py with doclet (Robert Muir, Dawid Weiss, Uwe Schindler) +* LUCENE-9497: Integrate Error Prone, a static analysis tool during compilation (Dawid Weiss, Varun Thacker) + ======================= Lucene 8.7.0 ======================= API Changes @@ -231,11 +233,6 @@ Documentation * LUCENE-9424: Add a performance warning to AttributeSource.captureState javadocs (Haoyu Zhai) -Other ---------------------- - -* LUCENE-9497: Integrate Error Prone, a static analysis tool during compilation (Dawid Weiss, Varun Thacker) - Other ---------------------