You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2010/11/06 22:39:24 UTC

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

Author: cbrisson
Date: Sat Nov  6 21:39:24 2010
New Revision: 1032159

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

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=1032159&r1=1032158&r2=1032159&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sat Nov  6 21:39:24 2010
@@ -26,6 +26,11 @@
 
   <body>
     <release version="1.7" date="In Subversion">
+      <action type="fix" dev="cbrisson" issue="VELOCITY-785" due-to="Jarkko Viinamäki">
+        Fixed quotes escaping so that doubling single quotes only works when enclosing quotes are single quotes
+        (and same behaviour for double quotes)
+      </action>
+
       <action type="add" dev="nbubna">
     Add access to template and directive debugging info via $<scope>.info.
       </action>