aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2018-10-13 21:24:59 +0000
committerClaude Brisson <cbrisson@apache.org>2018-10-13 21:24:59 +0000
commit6d4704b2879f4986428ff7cf198f7b736b6d2d7a (patch)
tree46101df2268dec958648abed312ff6f2bc7f8e8e /src
parent49e4e9fa56f6b0f064a55dc0d7639f5e24337368 (diff)
downloadapache-velocity-engine-6d4704b2879f4986428ff7cf198f7b736b6d2d7a.tar.gz
[engine] Update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1843791 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2fe64100..749c4018 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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">