Author: cbrisson
Date: Sun Nov 6 21:55:28 2016
New Revision: 16861
Log:
[engine] add release notes to published files
Added:
dev/velocity/velocity-engine/2.0/release-notes.txt
Added: dev/velocity/velocity-engine/2.0/release-notes.txt
==============================================================================
--- dev/velocity/velocity-engine/2.0/release-notes.txt (added)
+++ dev/velocity/velocity-engine/2.0/release-notes.txt Sun Nov 6 21:55:28 2016
@@ -0,0 +1,18 @@
+Velocity Engine 2.0 Release Notes
+---------------------------------
+
+The Velocity team is pleased to announce the availability of Velocity Engine
2.0.
+
+Main new features and enhancements:
+
+ - Switched to the SLF4J logging facade.
+ - Configurable whitespace gobbling.
+ - Method arguments can now be arithmetic expressions.
+ - Configurable method arguments conversion handler, which by default handles
automatic conversions between booleans, numbers, strings and enums.
+ - Significanctly reduced memory consumption.
+ - JSR-223 Scripting Engine implementation.
+
+For a full list of changes, consult:
http://velocity.apache.org/engine/2.0/changes.html
+
+For notes on upgrading from Velocity 1.x, see:
http://velocity.apache.org/engine/2.0/upgrading.html
+