]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Mention new set scoping behavior. Refs #641
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:43:45 +0000 (09:43 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:43:47 +0000 (09:43 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index a24a76870fbc32102322e1a4090d7883d0a49587..fac3b8d3b55d8647352cabf8f008d9fac725e682 100644 (file)
--- 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
 -------------