Author: cbrisson
Date: Sat Mar 16 02:19:35 2019
New Revision: 32985
Log:
[dist/engine] Add BC flags to the changelog shortlist in release notes
Modified:
dev/velocity/velocity-engine/2.1/release-notes.html
Modified: dev/velocity/velocity-engine/2.1/release-notes.html
==============================================================================
--- dev/velocity/velocity-engine/2.1/release-notes.html (original)
+++ dev/velocity/velocity-engine/2.1/release-notes.html Sat Mar 16 02:19:35 2019
@@ -10,6 +10,7 @@
<p>Main changes in this release:</p>
<ul>
<li>Velocity Engine 2.1 now requires JDK 1.8+ for building and JRE 1.8+
at runtime.</li>
+ <li>Two more 1.7 backward compatibility flags,
parser.allow_hyphen_in_identifier and velocimacro.arguments.literal
<li>New VTL syntax: alternate reference values:
<code>${foo|'foo'}</code> evaluates to <code>'foo'</code> whenever boolean
evaluation of <code>$foo</code> is false.</li>
<li>New VTL syntax: Default block for empty loops:<br/>
<code>