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

diff --cc CHANGES
index 2b624b3aa91aa3a1952c3ca967d3fe3013129e67,fb14601e4ba0eab0778c0306cc7bc9c85940df24..383e1a7c58569be45234f6216d14f271f2582289
+++ b/CHANGES
@@@ -1,19 -1,9 +1,19 @@@
  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.
 +- Added an `in` test that works like the in operator.  This can be used
 +  in combination with `reject` and `select`.
 +
  Version 2.9.5
  -------------
- (bugfix release, no release date yet)
+ (bugfix release, released on January 28th 2017)
  
  - Restored the original repr of the internal `_GroupTuple` because this
    caused issues with ansible and it was an unintended change.  (#654)