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/09/03 00:38:19 UTC

svn commit: r992141 - /velocity/engine/trunk/src/changes/changes.xml

Author: nbubna
Date: Thu Sep  2 22:38:14 2010
New Revision: 992141

URL: http://svn.apache.org/viewvc?rev=992141&view=rev
Log:
update change log

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=992141&r1=992140&r2=992141&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Thu Sep  2 22:38:14 2010
@@ -26,6 +26,18 @@
 
   <body>
     <release version="1.7" date="In Subversion">
+      <action type="add" dev="nbubna">
+    Add access to template and directive debugging info via $<scope>.info.
+      </action>
+
+      <action type="fix" dev="nbubna" issue="VELOCITY-766">
+    LogManager now catches UnsupportedOperationExceptions during LogChute init.
+      </action>
+
+      <action type="fix" dev="nbubna" issue="VELOCITY-760" due-to="Jarkko Viinamäki">
+    Ensure that DataSourceResourceLoader closes PreparedStatements.
+      </action>
+
       <action type="fix" dev="nbubna" issue="VELOCITY-753" due-to="Matt Ryall">
     Mark optional dependencies as such in OSGi bundle manifest.
       </action>