summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2017-01-08 11:21:32 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2017-01-08 11:21:32 +0100
commitb1a56de18a8865a3b76299109d01ff4087e30690 (patch)
treee75b66d9db9428e17e4a10a7f68a2b2a45ce0abd /CHANGES
parent31e002499c5fd18ab9db64f7a7a69f461a46f635 (diff)
downloadjinja2-b1a56de18a8865a3b76299109d01ff4087e30690.tar.gz
Support new scoping rules in scoped blocks
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fac3b8d..8a160d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@ Version 2.9.3
intended behavior in all situations however it does not restore the
old behavior where limited assignments to outer scopes was possible.
For more information and a discussion see #641
+- Resolved an issue where `block scoped` would not take advantage of the
+ new scoping rules. In some more exotic cases a variable overriden in a
+ local scope would not make it into a block.
Version 2.9.2
-------------