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 2019/02/26 16:46:05 UTC

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

Author: cbrisson
Date: Tue Feb 26 16:46:05 2019
New Revision: 1854406

URL: http://svn.apache.org/viewvc?rev=1854406&view=rev
Log:
[engine] Changelog for unary negate fix

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=1854406&r1=1854405&r2=1854406&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Tue Feb 26 16:46:05 2019
@@ -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.