From: Armin Ronacher Date: Sun, 8 Jan 2017 08:41:34 +0000 (+0100) Subject: Moved a changelog entry to the right release X-Git-Tag: 2.9.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e3c9593df701cbdd579618d68d9a11af94c03a;p=thirdparty%2Fjinja.git Moved a changelog entry to the right release --- diff --git a/CHANGES b/CHANGES index 74d5f730..a24a7687 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ Jinja2 Changelog ================ +Version 2.9.3 +------------- +(bugfix release, release date to be decided) + +- 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) + Version 2.9.2 ------------- (bugfix release, released on January 8th 2017) @@ -14,9 +22,6 @@ Version 2.9.2 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) Version 2.9.1 -------------