Author: nbubna
Date: Sun Dec 28 09:13:29 2008
New Revision: 729756
URL: http://svn.apache.org/viewvc?rev=729756&view=rev
Log:
add recent changes
Modified:
velocity/engine/branches/1.6.x/src/changes/changes.xml
Modified: velocity/engine/branches/1.6.x/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/src/changes/changes.xml?rev=729756&r1=729755&r2=729756&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Sun Dec 28 09:13:29
2008
@@ -28,7 +28,16 @@
<release version="1.6.2-dev" date="In Subversion">
- <action type="fix" dev="cbrisson">
+ <action type="fix" dev="byron" issue="VELOCITY-658" due-to="Jarkko
Viinamäki">
+ Fix $velocityHasNext 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>