From: Armin Ronacher Date: Sat, 7 Jan 2017 15:56:13 +0000 (+0100) Subject: Added changelog for 2.9.1 X-Git-Tag: 2.9.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf7b924d4aa9bbf71758422f3af93e77a1535f7a;p=thirdparty%2Fjinja.git Added changelog for 2.9.1 --- diff --git a/CHANGES b/CHANGES index 23743acb..ca2650c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ Jinja2 Changelog ================ +Version 2.9.1 +------------- +(bugfix release, released on January 7th 2017) + +- Resolved a regression with call block scoping for macros. Nested caller + blocks that used the same identifiers as outer macros could refer to the + wrong variable incorrectly. + Version 2.9 ----------- (codename Derivation, released on January 7th 2017)