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/03/28 21:23:20 UTC

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

Author: nbubna
Date: Sun Mar 28 19:23:19 2010
New Revision: 928480

URL: http://svn.apache.org/viewvc?rev=928480&view=rev
Log:
update 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=928480&r1=928479&r2=928480&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Mar 28 19:23:19 2010
@@ -26,6 +26,26 @@
 
   <body>
     <release version="1.7" date="In Subversion">
+      <action type="add" dev="nbubna" issue="VELOCITY-755">
+    Use LinkedHashMap to maintain order of VTL-created maps.
+      </action>
+
+      <action type="add" dev="nbubna" issue="VELOCITY-555" due-to="Jarkko Viinamäki">
+    Treat \ as non-special in string literals, except when specifying unicode sequences.
+      </action>
+
+      <action type="add" dev="nbubna" issue="VELOCITY-555" due-to="Jarkko Viinamäki">
+    Allow escaping of quotes (single or double) within string literals by doubling them ("" or '').
+      </action>
+
+      <action type="add" dev="nbubna" issue="VELOCITY-758" due-to="Jarkko Viinamäki">
+    Give #parse better log/exception messages and give IncludeEventHandler a chance to handle null #parse args.
+      </action>
+
+      <action type="add" dev="nbubna" issue="VELOCITY-754,VELOCITY-729" due-to="Jarkko Viinamäki">
+    Fix $.x parsing failures (particularly helpful for jQuery users).
+      </action>
+
       <action type="add" dev="nbubna" issue="VELOCITY-744">
     Log Velocimacro additions at debug level, as in pre-1.6 versions.
       </action>