Author: cbrisson
Date: Wed Feb 11 15:53:00 2009
New Revision: 743365
URL: http://svn.apache.org/viewvc?rev=743365&view=rev
Log:
update changelog for 1.6.2 (last fixes and new release date)
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=743365&r1=743364&r2=743365&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Wed Feb 11 15:53:00
2009
@@ -26,7 +26,15 @@
<body>
- <release version="1.6.2" date="2009-02-02">
+ <release version="1.6.2" date="2009-02-21">
+
+ <action type="fix" dev="nbubna" issue="VELOCITY-681">
+ Fix regression in proxying of macro args
+ </action>
+
+ <action type="fix" dev="nbubna" issue="VELOCITY-689">
+ Fix ClassMap missing super interfaces
+ </action>
<action type="fix" dev="nbubna" issue="VELOCITY-682">
Fix loss of inline macros when #evaluate is used.