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/09/06 16:26:05 UTC

svn commit: r1759456 - /velocity/site/production/engine/devel/changes.html

Author: cbrisson
Date: Tue Sep  6 16:26:05 2016
New Revision: 1759456

URL: http://svn.apache.org/viewvc?rev=1759456&view=rev
Log:
[site] changelog in production

Modified:
    velocity/site/production/engine/devel/changes.html

Modified: velocity/site/production/engine/devel/changes.html
URL: http://svn.apache.org/viewvc/velocity/site/production/engine/devel/changes.html?rev=1759456&r1=1759455&r2=1759456&view=diff
==============================================================================
--- velocity/site/production/engine/devel/changes.html (original)
+++ velocity/site/production/engine/devel/changes.html Tue Sep  6 16:26:05 2016
@@ -317,6 +317,13 @@ h2:hover > .headerlink, h3:hover > .head
         <td>
           <img src="images/add.png"/>
         </td>
+        <td> Add a configurable space gobbling feature, to control indentation in the generated code. <br/> Possible values for the 'space.gobbling' configuration key: <ul>  <li><code> none </code> : no space gobbling at all </li>  <li><code> bc </code> : Velocity 1.x backward compatible space gobbling </li>  <li><code> lines </code> (the default) : gobbles whitespaces and endline from lines containing a single VTL directive </li>  <li><code> structured </code> : like 'lines', but also fixes indentation in children text blocks </li>  </ul>  . </td>
+        <td>cbrisson</td>
+      </tr>
+      <tr>
+        <td>
+          <img src="images/add.png"/>
+        </td>
         <td> added a new pluggable ConversionHandler class which, by default, converts method arguments as needed between main basic Java data types (boolean, numbers and strings) . </td>
         <td>cbrisson</td>
       </tr>