]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Merge branch '2.8-maintenance' of github.com:pallets/jinja into 2.8-maintenance
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 29 Dec 2016 13:15:27 +0000 (14:15 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 29 Dec 2016 13:15:27 +0000 (14:15 +0100)
1  2 
CHANGES

diff --cc CHANGES
index e3e758204734ad283f1cb3a1f5fcc5d79b5e92ac,51ce60aa168b4b9c84f2f07df1fd299435a5d16d..29a773b9d92ac1d6502c4f2695ca103b568a737b
+++ b/CHANGES
@@@ -4,12 -4,10 +4,13 @@@ Jinja2 Changelo
  Version 2.8.1
  -------------
  
 -(unreleased bugfix release)
 +(bugfix release, released on December 29th 2016)
  
  - Fixed the `for_qs` flag for `urlencode`.
+ - Fixed regression when applying `int` to non-string values.
 +- SECURITY: if the sandbox mode is used format expressions are now sandboxed
 +  with the same rules as in Jinja.  This solves various information leakage
 +  problems that can occur with format strings.
  
  Version 2.8
  -----------