You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2019/06/27 07:26:47 UTC

[lucene-solr] 01/02: Revert "Fix duplicate line after merge conflict."

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

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

commit 2433376e3ff3cd91ee7c61c1fd3c651735e3fae8
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Thu Jun 27 09:24:51 2019 +0200

    Revert "Fix duplicate line after merge conflict."
    
    This reverts commit 97c9831f2b8e3d5b1f2292c0aade52f67c3545f6.
---
 lucene/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6837e25..a6ebcdc 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -15,6 +15,8 @@ Bug fixes
 * LUCENE-8775: Improve tessellator to handle better cases where a hole share a vertex
   with the polygon. (Ignacio Vera)
 
+======================= Lucene 8.1.2 =======================
+
 Improvements
 
 * LUCENE-8855: Add Accountable to some Query implementations (ab, Adrien Grand)