From: Armin Ronacher Date: Sun, 8 Jan 2017 08:43:45 +0000 (+0100) Subject: Mention new set scoping behavior. Refs #641 X-Git-Tag: 2.9.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e002499c5fd18ab9db64f7a7a69f461a46f635;p=thirdparty%2Fjinja.git Mention new set scoping behavior. Refs #641 --- diff --git a/CHANGES b/CHANGES index a24a7687..fac3b8d3 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 -------------