You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/11/05 22:29:07 UTC

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

Author: nbubna
Date: Wed Nov  5 13:29:07 2008
New Revision: 711705

URL: http://svn.apache.org/viewvc?rev=711705&view=rev
Log:
document vararg 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=711705&r1=711704&r2=711705&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Wed Nov  5 13:29:07 2008
@@ -27,6 +27,11 @@
   <body>
     <release version="1.6" date="In Subversion">
 
+      <action type="fix" dev="nbubna" issue="VELOCITY-642" due-to="Ilkka Priha">
+          Fix bug in vararg support where an array passed to a vararg method
+          was being wrapped in another array.
+      </action>
+
       <action type="fix" dev="nbubna" issue="VELOCITY-638" due-to="Benjamin Bentmann">
           Locked down versions for reporting plugins in Maven POM.
       </action>