You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/06/17 06:57:02 UTC

[lucene-solr] branch master updated: SOLR-13347: moved to "New Features"

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

noble 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 dff7611  SOLR-13347: moved to "New Features"
dff7611 is described below

commit dff76110966249d78d3eecb2917ddb3634deb2d7
Author: Noble Paul <no...@apache.org>
AuthorDate: Mon Jun 17 16:56:39 2019 +1000

    SOLR-13347: moved to "New Features"
---
 solr/CHANGES.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4af2a04..2f7ab1e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -129,6 +129,9 @@ New Features
 
 * SOLR-13534 : Dynamic loading to support loading jars from a URL (noble)
 
+* SOLR-13347: Transaction log to natively support UUID types (Thomas Wöckinger via noble)
+
+
 Bug Fixes
 ----------------------
 
@@ -168,8 +171,6 @@ Other Changes
 
 * SOLR-13371: Re-structure and clarify Security chapters in Ref Guide (janhoy)
 
-* SOLR-13347: Transaction log to natively support UUID types (Thomas Wöckinger via noble)
-
 * SOLR-13235: Split Collections API Ref Guide page into several smaller child pages (Cassandra Targett)
 
 * SOLR-8754: Adding test cases for org.apache.solr.util.hll.NumberUtilTest (Benoit Vanalderweireldt via janhoy)