Author: cbrisson
Date: Wed Sep 21 21:43:12 2016
New Revision: 1761819
URL: http://svn.apache.org/viewvc?rev=1761819&view=rev
Log:
mention macro call convention change in 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=1761819&r1=1761818&r2=1761819&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Wed Sep 21 21:43:12 2016
@@ -48,7 +48,7 @@
</action>
<action type="add" dev="cbrisson" issue="VELOCITY-841" due-to="Jarkko
Viinamäki">
- applied Jarkko memory-saving patch which frees tokens while parsing
+ Applied Jarkko memory-saving patch which frees tokens while parsing.
Macros now use a call by sharing convention.
</action>
<action type="fix" dev="cbrisson" issue="VELOCITY-843">