From 11542aebce538cc30f52e89f5c73ddb98adf32be Mon Sep 17 00:00:00 2001 From: Kevin Risden Date: Mon, 25 Mar 2019 10:20:58 -0400 Subject: [PATCH] Fix solr/CHANGES.txt Signed-off-by: Kevin Risden --- solr/CHANGES.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 6537681e866..62ff32cfa89 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -24,7 +24,7 @@ Versions of Major Components --------------------- Apache Tika 1.19.1 Carrot2 3.16.0 -Velocity 1.7 and Velocity Tools 2.0 +Velocity 2.0 and Velocity Tools 3.0 Apache ZooKeeper 3.4.13 Jetty 9.4.14.v20181114 @@ -68,12 +68,15 @@ Jetty 9.4.14.v20181114 Upgrade Notes ---------------------- -When requesting the status of an async request via REQUESTSTATUS collections API, the response will -include the list of internal async requests (if any) in the "success" or "failed" keys (in addition -to them being included outside those keys for backwards compatibility). See SOLR-12708 for more -details +* When requesting the status of an async request via REQUESTSTATUS collections API, the response will + include the list of internal async requests (if any) in the "success" or "failed" keys (in addition + to them being included outside those keys for backwards compatibility). See SOLR-12708 for more + details + +* SOLR-13335: Velocity and Velocity Tools were both upgraded as part of this release. Velocity upgraded from 1.7 to 2.0. + Please see https://velocity.apache.org/engine/2.0/upgrading.html about upgrading. Velocity Tools upgraded from 2.0 to + 3.0. For more details, please see https://velocity.apache.org/tools/3.0/upgrading.html for details about the upgrade. -Velocity and Velocity Tools were both upgraded as part of this release. Velocity upgraded from 1.7 to 2.0. Please see https://velocity.apache.org/engine/2.0/upgrading.html about upgrading. Velocity Tools upgraded from 2.0 to 3.0. For more details, please see https://velocity.apache.org/tools/3.0/upgrading.html for details about the upgrade. New Features ----------------------