Author: cbrisson
Date: Wed Sep 21 21:48:38 2016
New Revision: 1761820
URL: http://svn.apache.org/viewvc?rev=1761820&view=rev
Log:
[site] mention macro calling convention change in upgrading page
Modified:
velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext
Modified: velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext?rev=1761820&r1=1761819&r2=1761820&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext Wed Sep 21
21:48:38 2016
@@ -31,6 +31,7 @@ Read below for futher details.
+ the default encoding ('ISO-8859-1' in 1.x) is now read from the standard
`file.encoding` Java system property.
+ the MethodException event handler now receives an additional argument
providing template name and location infos.
+ all occurences of the class
org.apache.commons.collections.ExtendedProperties in the initialization API
have been replaced by org.apache.velocity.util.ExtProperties.
++ the macros are now using a 'call by sharing' convention (which means that
all arguments are evaluated once at start, and that the macro receives a copy
of the reference to each argument).
### VTL Changes: