Author: byron
Date: Fri Jan 2 10:22:13 2009
New Revision: 730806
URL: http://svn.apache.org/viewvc?rev=730806&view=rev
Log:
VELOCITY-406 updated changelog with this feature
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=730806&r1=730805&r2=730806&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Fri Jan 2 10:22:13 2009
@@ -1,3 +1,4 @@
+ls
<?xml version="1.0" encoding="UTF-8"?>
<!--
@@ -27,6 +28,10 @@
<body>
<release version="1.7" date="In Subversion">
+ <action type="add" dev="byron" issue="VELOCITY-406">
+ Added bracketed index syntax, $foo[0], or #set($foo[0] = 1)
+ </action>
+
<action type="add" dev="byron" issue="VELOCITY-659">
Removed java.lang.Exception from throws clause of Velocity
and VelocityEngine API. Also removed IOException so that all