Author: nbubna
Date: Wed Sep 24 14:19:27 2008
New Revision: 698740
URL: http://svn.apache.org/viewvc?rev=698740&view=rev
Log:
add today's fixes to the 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=698740&r1=698739&r2=698740&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Wed Sep 24 14:19:27 2008
@@ -26,6 +26,15 @@
<body>
<release version="1.6" date="In Subversion">
+
+ <action type="fix" dev="nbubna" issue="VELOCITY-585" due-to="Jon
Seymour">
+ Fix problem with single backslash in interpolated (double-quoted)
strings.
+ </action>
+
+ <action type="fix" dev="nbubna" issue="VELOCITY-616" due-to="Alik">
+ Fix escaping of bracketed directives (e.g. \#{if}($foo)$bar\#{end}).
+ </action>
+
</release>
<release version="1.6-beta1" date="2008-09-22">