Author: nbubna
Date: Mon Nov 24 15:57:52 2008
New Revision: 720357
URL: http://svn.apache.org/viewvc?rev=720357&view=rev
Log:
document fix for VELOCITY-649
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=720357&r1=720356&r2=720357&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Mon Nov 24 15:57:52 2008
@@ -27,6 +27,10 @@
<body>
<release version="1.6" date="In Subversion">
+ <action type="fix" dev="nbubna" issue="VELOCITY-649" due-to="Byron
Foster">
+ Fix NPE when null value is passed to array/vararg method.
+ </action>
+
<action type="fix" dev="nbubna" issue="VELOCITY-644" due-to="Byron
Foster">
Track template name in Node, to get proper template name in the
exception
message when a reference in a macro causes that exception.