diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f778e6fe58c..2e069d7e2b4 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -227,7 +227,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 ---------------------- @@ -310,6 +310,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 ----------------------