You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2020/09/08 03:22:15 UTC

[lucene-solr] branch master updated: Update CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

varun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new f7cbde2  Update CHANGES.txt
f7cbde2 is described below

commit f7cbde2ad85b656b7c7ac16acaafb05481fa75ba
Author: Varun Thacker <vt...@users.noreply.github.com>
AuthorDate: Mon Sep 7 20:21:57 2020 -0700

    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 bdc9e46..35a7619 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
 ---------------------