From: Armin Ronacher Date: Wed, 7 Aug 2013 11:41:56 +0000 (+0100) Subject: Added changelog note X-Git-Tag: 2.7.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad09fe32dd02b6334d3b818c11b4a142866e7a87;p=thirdparty%2Fjinja.git Added changelog note --- diff --git a/CHANGES b/CHANGES index bc6d1236..1c7caf4b 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,8 @@ Version 2.7.1 - Fixed a bug with ``call_filter`` not working properly on environment and context filters. - Fixed lack of Python 3 support for bytecode caches. +- Reverted support for defining blocks in included templates as this + broke existing templates for users. Version 2.7 -----------