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/12 23:01:04 UTC

[lucene-solr] branch master updated: SOLR-13347: Transaction log to natively support UUID types

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 299af0d   SOLR-13347: Transaction log to natively support UUID types
299af0d is described below

commit 299af0df4b07df8b2cd29db98ba3e74f4ea2d0e6
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Thu Jun 13 09:00:58 2019 +1000

     SOLR-13347: Transaction log to natively support UUID types
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6b67773..10843b3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -149,6 +149,8 @@ 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)
+
 ==================  8.1.2 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.