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 2010/04/28 00:24:17 UTC

svn commit: r938704 - /velocity/engine/branches/1.6.x/src/changes/changes.xml

Author: nbubna
Date: Tue Apr 27 22:24:17 2010
New Revision: 938704

URL: http://svn.apache.org/viewvc?rev=938704&view=rev
Log:
update changelog

Modified:
    velocity/engine/branches/1.6.x/src/changes/changes.xml

Modified: velocity/engine/branches/1.6.x/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/src/changes/changes.xml?rev=938704&r1=938703&r2=938704&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Tue Apr 27 22:24:17 2010
@@ -26,6 +26,10 @@
 
   <body>
     <release version="1.6.4" date="In Subversion">
+        <action type="fix" dev="nbubna" issue="VELOCITY-717" due-to="Jarkko Viinamaki">
+            Fix bug in #parse that threw an NPE when IncludeEventHandler returned null
+            and inline macros are kept local.
+        </action>
         <action type="fix" dev="nbubna" issue="VELOCITY-750">
             Fix double-checked locking in RuntimeInstance's optional lazy-init
             for Java 1.5+.  Users of older JREs in multi-threaded environments