You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2018/10/13 21:24:59 UTC

svn commit: r1843791 - /velocity/engine/trunk/src/changes/changes.xml

Author: cbrisson
Date: Sat Oct 13 21:24:59 2018
New Revision: 1843791

URL: http://svn.apache.org/viewvc?rev=1843791&view=rev
Log:
[engine] Update changelog

Modified:
    velocity/engine/trunk/src/changes/changes.xml

Modified: velocity/engine/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=1843791&r1=1843790&r2=1843791&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sat Oct 13 21:24:59 2018
@@ -25,6 +25,23 @@
   </properties>
 
   <body>
+    <release version="2.1" date="In subversion">
+        <action type="add" dev="cbrisson" issue="VELOCITY-898">
+            Alternate reference values: <code>${foo|'foo'}</code> evaluates to false whenever boolean evaluation of $foo is false
+        </action>
+        <action type="fix" dev="cbrisson" issue="VELOCITY-889">
+            Fix parser regression in #macro whitespaces handling
+        </action>
+        <action type="add" dev="cbrisson" issue="VELOCITY-542">
+            Added a new 'parser.allows.dash.in.identifiers' boolean property (false per default) to (dis)allow '-' in reference identifiers
+        </action>
+        <action type="fix" dev="cbrisson" issue="VELOCITY-896">
+            Fix parsing of a terminal hash or dollar sign in sing litteral and template
+        </action>
+        <action type="fix" dev="cbrisson" issue="VELOCITY-895">
+            Implicit conversion to numbers in integer ranges
+        </action>
+    </release>
     <release version="2.0" date="2017-08-06">
 
       <action type="fix" dev="cbrisson">