You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2019/10/11 01:40:20 UTC

[lucene-solr] branch branch_8x updated: SOLR-13760 update CHANGES.txt

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

gus 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 cdca1fc  SOLR-13760 update CHANGES.txt
cdca1fc is described below

commit cdca1fcd678abbb3d22a15fbccdfa36a2ae86c32
Author: Gus Heck <gu...@apache.org>
AuthorDate: Thu Oct 10 18:35:12 2019 -0400

    SOLR-13760 update CHANGES.txt
    
    (cherry picked from commit fb3d030e056989e61243df956c34cde7b702e654)
---
 solr/CHANGES.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9f4af9d..f50b05d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -165,7 +165,7 @@ Improvements
 * SOLR-13795: Managed schema operations should do a core reload in Solr standalone mode.
   (Thomas Wöckinger via David Smiley)
 
-* SOLR-13719: Introducing SolrClient.ping(collection) in SolrJ (Geza Nagy via Mikhail Khludnev) 
+* SOLR-13719: Introducing SolrClient.ping(collection) in SolrJ (Geza Nagy via Mikhail Khludnev)
 
 Bug Fixes
 ----------------------
@@ -248,6 +248,8 @@ Bug Fixes
 
 * SOLR-13828: Improve ExecutePlanAction error handling. (ab)
 
+* SOLR-13760: Fix regression in support for Date math in TRA start date that was introduced by SOLR-13375
+
 Other Changes
 ----------------------