Author: byron
Date: Sun Dec 28 03:11:36 2008
New Revision: 729718
URL: http://svn.apache.org/viewvc?rev=729718&view=rev
Log:
update changes log
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=729718&r1=729717&r2=729718&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Dec 28 03:11:36 2008
@@ -27,7 +27,16 @@
<body>
<release version="1.7" date="In Subversion">
- <action type="fix" dev="cbrisson">
+ <action type="fix" dev="byron" issue="VELOCITY-658" due-to="Jarkko
Viinamäki">
+ Fix $hasNext so that it works in nested foreach blocks.
+ </action>
+
+ <action type="fix" dev="byron" issue="VELOCITY-645">
+ Throw an exception in strict mode when >=, <=, < or >
+ comparisons can't be made.
+ </action>
+
+ <action type="fix" dev="cbrisson" issue="VELOCITY-657">
Fix $velocityHasNext so it is not always true.
</action>