Author: nbubna
Date: Thu Feb 19 05:47:15 2009
New Revision: 745744
URL: http://svn.apache.org/viewvc?rev=745744&view=rev
Log:
VELOCITY-701 add to changelog
Modified:
velocity/engine/branches/2.0_Exp/src/changes/changes.xml
Modified: velocity/engine/branches/2.0_Exp/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/src/changes/changes.xml?rev=745744&r1=745743&r2=745744&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/src/changes/changes.xml (original)
+++ velocity/engine/branches/2.0_Exp/src/changes/changes.xml Thu Feb 19
05:47:15 2009
@@ -142,6 +142,11 @@
<release version="1.6.2" date="In Subversion">
+ <action type="fix" dev="nbubna" issue="VELOCITY-701">
+ Fix old regression from 1.4 in supporting methods declared as abstract
+ in a public class but implemented in a non-public class.
+ </action>
+
<action type="fix" dev="nbubna" issue="VELOCITY-693">
Fix problem with FileResourceLoader's resourceExists() when
configured w/multiple paths.