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 07:01:42 UTC

[lucene-solr] branch branch_8x 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 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 a7af74f  SOLR-13347: moved to "New Features"
a7af74f is described below

commit a7af74f0c4cb92a2db70c26c65fde4fe2d6566cc
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 9ac6f99..e2634ca 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -92,6 +92,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
 ----------------------
 
@@ -131,8 +134,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)