diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2017-01-07 23:15:07 +0100 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2017-01-07 23:15:07 +0100 |
commit | e3022523a51a4c6569f9e21625ca2cebcc7ce98a (patch) | |
tree | bfc74de8a87bbbc3da40cf82a6cf37b585196600 /CHANGES | |
parent | 8ce8fd39de5e85f5ffc86056d5ce6eddff51d45b (diff) | |
download | jinja2-e3022523a51a4c6569f9e21625ca2cebcc7ce98a.tar.gz |
Correct bad scoping for for loops. This fixes #640
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |