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/28 09:00:18 UTC

[lucene-solr] branch master updated: LUCENE-8855: Move the CHANGES entry to the right version.

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

ab 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 b48a02b  LUCENE-8855: Move the CHANGES entry to the right version.
b48a02b is described below

commit b48a02b1f1c70c82d43560d48e65b348a0a3c07b
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Fri Jun 28 10:58:52 2019 +0200

    LUCENE-8855: Move the CHANGES entry to the right version.
---
 lucene/CHANGES.txt | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index fdd681f..5ad98f3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -130,6 +130,8 @@ Improvements
 
 * LUCENE-8793: Luke enhanced UI for CustomAnalyzer: show detailed analysis steps. (Jun Ohtani via Tomoko Uchida)
 
+* LUCENE-8855: Add Accountable to some Query implementations (ab, Adrien Grand)
+
 Optimizations
 
 * LUCENE-8796: Use exponential search instead of binary search in
@@ -166,12 +168,6 @@ Other
 
 * LUCENE-8886: Fix TestMutablePointsReaderUtils tests. (Ignacio Vera)
 
-======================= Lucene 8.1.2 =======================
-
-Improvements
-
-* LUCENE-8855: Add Accountable to some Query implementations (ab, Adrien Grand)
-
 ======================= Lucene 8.1.1 =======================
 (No Changes)