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/04/20 18:05:21 UTC

svn commit: r935976 - /velocity/engine/trunk/src/site/apt/upgrading.apt

Author: nbubna
Date: Tue Apr 20 16:05:21 2010
New Revision: 935976

URL: http://svn.apache.org/viewvc?rev=935976&view=rev
Log:
a bit more upgrading info

Modified:
    velocity/engine/trunk/src/site/apt/upgrading.apt

Modified: velocity/engine/trunk/src/site/apt/upgrading.apt
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/src/site/apt/upgrading.apt?rev=935976&r1=935975&r2=935976&view=diff
==============================================================================
--- velocity/engine/trunk/src/site/apt/upgrading.apt (original)
+++ velocity/engine/trunk/src/site/apt/upgrading.apt Tue Apr 20 16:05:21 2010
@@ -22,6 +22,14 @@ Upgrading from earlier versions
 
     * Deprecated directive.evaluate.context.class setting; please get/set local #evaluate references as members of the provided $evaluate scope control instead. (e.g. #set( $evaluate.foo = 'bar' ) and $evaluate.foo )
 
+    * Deprecated #literal directive; please use #[[this syntax]]# instead.
+
+    * Changed #stop to end template rendering rather than template parsing.
+
+    * Removed obsolete Veltag (use VelocityViewTag in VelocityTools project)
+
+    * Removed obsolete WebMacro conversion code.
+
 * Upgrading from Velocity 1.5
 
     * {{{http://commons.apache.org/collections/}Commons Collections}} has been upgraded to version 3.2.1.