]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Moved a changelog entry to the right release
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:41:34 +0000 (09:41 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Jan 2017 08:41:34 +0000 (09:41 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 74d5f7307d299d4823c5896c6a106d71d954616d..a24a76870fbc32102322e1a4090d7883d0a49587 100644 (file)
--- 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
 -------------