You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2016/07/23 08:17:12 UTC

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

Author: cbrisson
Date: Sat Jul 23 08:17:12 2016
New Revision: 1753858

URL: http://svn.apache.org/viewvc?rev=1753858&view=rev
Log:
[engine] have config option appear 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=1753858&r1=1753857&r2=1753858&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sat Jul 23 08:17:12 2016
@@ -27,6 +27,10 @@
   <body>
     <release version="2.0" date="In Subversion">
 
+      <action type="add" dev="cbrisson">
+        added a runtime.string.interning option to trigger Java String interning on or off
+      </action>
+      
       <action type="add" dev="cbrisson" issue="VELOCITY-841" due-to="Jarkko Viinamäki">
         applied Jarkko memory-saving patch which frees tokens while parsing
       </action>