Author: nbubna
Date: Thu Feb 19 05:45:31 2009
New Revision: 745743
URL: http://svn.apache.org/viewvc?rev=745743&view=rev
Log:
VELOCITY-701 add to 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=745743&r1=745742&r2=745743&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Thu Feb 19 05:45:31
2009
@@ -28,6 +28,11 @@
<release version="1.6.2" date="2009-02-21">
+ <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.