Author: cbrisson
Date: Wed Jul 20 15:03:32 2016
New Revision: 1753531
URL: http://svn.apache.org/viewvc?rev=1753531&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=1753531&r1=1753530&r2=1753531&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Wed Jul 20 15:03:32 2016
@@ -27,6 +27,10 @@
<body>
<release version="2.0" date="In Subversion">
+ <action type="add" dev="cbrisson" issue="VELOCITY-825">
+ Allow conversion of method args from String to Enum constant
+ </action>
+
<action type="fix" dev="cbrisson" issue="VELOCITY-815" due-to="Oswaldo
Hernandez">
Applied performance patch for MapGetExecutor: it's faster to directly
use object
instance rather than to inspect all public interfaces