aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-02-26 16:46:05 +0000
committerClaude Brisson <cbrisson@apache.org>2019-02-26 16:46:05 +0000
commit1d84dbaa3f3fde538153f0505602acc71dd3386e (patch)
tree73c0492c09ce19f8728f13dc2e899e47bc0304b6 /src/changes
parent9287e510ebb92adf9760cb48cdfc46e4e62b1902 (diff)
downloadapache-velocity-engine-1d84dbaa3f3fde538153f0505602acc71dd3386e.tar.gz
[engine] Changelog for unary negate fix
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1854406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 545d0250..841fba79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,9 @@
<body>
<release version="2.1" date="In subversion">
+ <action type="fix" dev="cbrisson">
+ Fix unary negate.
+ </action>
<action type="add" dev="cbrisson" issue="VELOCITY-892">
Deprecate the Class to Class CoversionHandler in favor of a Class to Type TypeConversionHandler, which allows
to specity converters towards generic types specializations. The minimum JDK is now 1.8.