Author: cbrisson
Date: Mon Nov 7 10:04:07 2016
New Revision: 16867
Log:
[engine] use HTML format for release notes
Added:
dev/velocity/velocity-engine/2.0/release-notes.html
Removed:
dev/velocity/velocity-engine/2.0/release-notes.txt
Added: dev/velocity/velocity-engine/2.0/release-notes.html
==============================================================================
--- dev/velocity/velocity-engine/2.0/release-notes.html (added)
+++ dev/velocity/velocity-engine/2.0/release-notes.html Mon Nov 7 10:04:07 2016
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Velocity Engine 2.0</title>
+ </head>
+ <body>
+ <h1>Velocity Engine 2.0 Release Notes</h1>
+ <p>The Velocity team is pleased to announce the availability of Velocity
Engine 2.0.</p>
+ <p>Main new features and enhancements:</p>
+ <ul>
+ <li>Switched to the SLF4J logging facade.</li>
+ <li>Configurable whitespace gobbling.</li>
+ <li>Method arguments can now be arithmetic expressions.</li>
+ <li>Configurable method arguments conversion handler, which by default
handles automatic conversions between booleans, numbers, strings and enums.</li>
+ <li>Significanctly reduced memory consumption.</li>
+ <li>JSR-223 Scripting Engine implementation.</li>
+ </ul>
+ <p>For a full list of changes, consult <a
href="http://velocity.apache.org/engine/2.0/changes.html">Velocity Engine 2.0
Changes section</a> and <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310104&version=12338243">JIRA
changelog</a>.</p>
+ <p>For notes on upgrading from Velocity 1.x, see <a
href="http://velocity.apache.org/engine/2.0/upgrading.html">Velocity Engine 2.0
Upgrading section</a></p>
+ </body>
+</html>