summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2017-01-07 23:15:07 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2017-01-07 23:15:07 +0100
commite3022523a51a4c6569f9e21625ca2cebcc7ce98a (patch)
treebfc74de8a87bbbc3da40cf82a6cf37b585196600 /CHANGES
parent8ce8fd39de5e85f5ffc86056d5ce6eddff51d45b (diff)
downloadjinja2-e3022523a51a4c6569f9e21625ca2cebcc7ce98a.tar.gz
Correct bad scoping for for loops. This fixes #640
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ca2650c..2243be9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,13 @@ Jinja2 Changelog
Version 2.9.1
-------------
+(bugfix release, release date undecided)
+
+- Fixed a regression that caused for loops to not be able to use the same
+ variable for the target as well as source iterator. (#640)
+
+Version 2.9.1
+-------------
(bugfix release, released on January 7th 2017)
- Resolved a regression with call block scoping for macros. Nested caller