From f7cbde2ad85b656b7c7ac16acaafb05481fa75ba Mon Sep 17 00:00:00 2001 From: Varun Thacker Date: Mon, 7 Sep 2020 20:21:57 -0700 Subject: [PATCH] Update CHANGES.txt LUCENE-9497 is only for master ( since it's a gradle plugin ) --- lucene/CHANGES.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 ---------------------