summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2016-12-29 14:15:27 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2016-12-29 14:15:27 +0100
commita010f5fd33c411cb74395c89f8cc69c2283a96cc (patch)
treebbfc11afcd4a95e4a8a59f3f140c71ce63c180aa /CHANGES
parent002edca796f4e69e53d0491e5b1319955082ed02 (diff)
parent368e1b117e74d998f0d3796169c412374708efaf (diff)
downloadjinja2-a010f5fd33c411cb74395c89f8cc69c2283a96cc.tar.gz
Merge branch '2.8-maintenance' of github.com:pallets/jinja into 2.8-maintenance
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e3e7582..29a773b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,7 @@ Version 2.8.1
(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.