summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2017-01-08 09:43:45 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2017-01-08 09:43:47 +0100
commit31e002499c5fd18ab9db64f7a7a69f461a46f635 (patch)
treeb2b6270fc64a51b5984d61ae38e1300b7d8d58f7 /CHANGES
parent53e3c9593df701cbdd579618d68d9a11af94c03a (diff)
downloadjinja2-31e002499c5fd18ab9db64f7a7a69f461a46f635.tar.gz
Mention new set scoping behavior. Refs #641
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a24a768..fac3b8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,11 @@ Version 2.9.3
- Restored the use of blocks in macros to the extend that was possible
before. On Python 3 it would render a generator repr instead of
the block contents. (#645)
+- Set a consistent behavior for assigning of variables in inner scopes
+ when the variable is also read from an outer scope. This now sets the
+ 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
Version 2.9.2
-------------