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)
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
-------------