summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2017-01-08 02:50:27 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2017-01-08 02:50:27 +0100
commit8a04e163252e33f8a44e6e9be074987a77a69d93 (patch)
tree3a79411121b7af3688ce8f411af48681ae2b8fcc
parent6235644d33ca6b378cc7b46e4f8ded16b4735714 (diff)
downloadjinja2-8a04e163252e33f8a44e6e9be074987a77a69d93.tar.gz
2.8.2
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index dfa5a32..a31f7d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Jinja2 Changelog
Version 2.9.2
-------------
-(bugfix release, release date undecided)
+(bugfix release, released on January 8th 2017)
- 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)