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 08:59:38 UTC

[lucene-solr] branch branch_8x 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 0a6c333  LUCENE-8855: Move the CHANGES entry to the right version.
0a6c333 is described below

commit 0a6c333072e435eb98f231322e26445da1746dbc
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 49a3ca5..63afc92 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -103,6 +103,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
@@ -139,12 +141,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)