You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2020/02/27 08:13:40 UTC

[lucene-solr] branch master updated: SOLR-14286: Move entry in CHANGES.txt to 8.5.0

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

datcm 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 043a3cf  SOLR-14286: Move entry in CHANGES.txt to 8.5.0
043a3cf is described below

commit 043a3cf849b9e54f9324328a4f5df9196648b158
Author: Cao Manh Dat <da...@apache.org>
AuthorDate: Thu Feb 27 15:13:22 2020 +0700

    SOLR-14286: Move entry in CHANGES.txt to 8.5.0
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a889d21..72a0a7c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -40,8 +40,6 @@ Other Changes
 * SOLR-14256: Remove HashDocSet; add DocSet.getBits() instead.  DocSet is now strictly immutable and ascending order.
   It's now locked-down to external extension; only 2 impls exist.  (David Smiley)
 
-* SOLR-14286: Upgrade Jaegar to 1.1.0 (Cao Manh Dat)
-
 ==================  8.5.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
@@ -115,6 +113,8 @@ Improvements
 
 * SOLR-14114: Add WARN to Solr log that embedded ZK is not supported in production (janhoy)
 
+* SOLR-14286: Upgrade Jaegar to 1.1.0 (Cao Manh Dat)
+
 Optimizations
 ---------------------