diff ChangeLog @ 803:f8ca33751678 trunk

`for` loops in template code blocks should not establish their own locals block. Closes #259.
author cmlenz
date Thu, 05 Mar 2009 10:05:12 +0000
parents 73429f585213
children c66c83861266
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
    attribute values when inside an `i18n:msg` block (ticket #250).
  * Fix problem with the transformation filter dropping events after the
    selection (ticket #290).
+ * `for` loops in template code blocks no longer establish their own locals
+   scope, meaning you can now access variables assigned in the loop outside
+   of the loop, just as you can in regular Python code (ticket #259).
 
 
 Version 0.5.1
Copyright (C) 2012-2017 Edgewall Software