]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Merge branch '2.9-maintenance'
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 12 Jan 2017 14:53:36 +0000 (15:53 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 12 Jan 2017 14:53:36 +0000 (15:53 +0100)
1  2 
CHANGES

diff --cc CHANGES
index af3eb381e6a240d1812c71bc583a29b7e3884de9,ed9bd0ead794f5af20be3c80a6c353d1ff59411b..415c7cd4b2d124599c415fed2e39c265c02860af
+++ b/CHANGES
@@@ -1,14 -1,13 +1,21 @@@
  Jinja2 Changelog
  ================
  
 +Version 2.10
 +------------
 +(feature release, release date to be decided)
 +
 +- Added a new extension node called `OverlayScope` which can be used to
 +  create an unoptimized scope that will look up all variables from a
 +  derived context.
 +
+ Version 2.9.5
+ -------------
+ (bugfix release, no release date yet)
+ - Restored the original repr of the internal `_GroupTuple` because this
+   caused issues with ansible and it was an unintended change.  (#654)
  Version 2.9.4
  -------------
  (bugfix release, released on January 10th 2017)