aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2020-01-24 08:54:26 +0000
committerClaude Brisson <cbrisson@apache.org>2020-01-24 08:54:26 +0000
commit6e1fe7a39d071904433aff4e2f30106ee7d62c7f (patch)
tree34b92cf23b99146a1958df04b7d577ba6bfe5ba1
parent3092895ac02acdd26a26d85d02139abcf9ac3388 (diff)
downloadapache-velocity-engine-6e1fe7a39d071904433aff4e2f30106ee7d62c7f.tar.gz
[engine] Upgrade changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1873092 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/changes/changes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 354d8ce9..790cb382 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,18 @@
<body>
<release version="2.2" date="Not yet released">
+ <action type="fix" dev="cbrisson" issue="VELOCITY-926">
+ Fixed regression: Macro arguments names cannot collide with external references names
+ </action>
+ <action type="fix" dev="cbrisson" issue="VELOCITY-925">
+ Fixed macro calls without parenthesis eating the following newline in BC mode
+ </action>
+ <action type="fix" dev="cbrisson" issue="VELOCITY-924">
+ Fixed bad cache handling for java.lang.Class methods
+ </action>
+ <action type="fix" dev="cbrisson" issue="VELOCITY-923">
+ Fixed parser regression when || follow a Velocity expression
+ </action>
<action type="add" dev="cbrisson">
Added BigInteger and BigDecimal implicit conversions
</action>