From: Armin Ronacher Date: Sun, 8 Jan 2017 08:27:51 +0000 (+0100) Subject: Added bug reference X-Git-Tag: 2.9.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c33a5a3c69c771128227213f6e59a11b433121;p=thirdparty%2Fjinja.git Added bug reference --- diff --git a/CHANGES b/CHANGES index a860c96a..74d5f730 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,7 @@ Version 2.9.2 common case that gets copy pasted around. To not completely break backwards compatibility with the most common cases it's now possible to provide an explicit keyword argument for caller if it's given an explicit default. + (#642) - 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)