From 31e002499c5fd18ab9db64f7a7a69f461a46f635 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 8 Jan 2017 09:43:45 +0100 Subject: [PATCH] Mention new set scoping behavior. Refs #641 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) 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 ------------- -- 2.47.2