summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-11-29 13:21:57 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2010-11-29 13:21:57 +0100
commita91953807aa75e573ad2cee12e1de3ccfc541af1 (patch)
treeecaca9bfa78808fe56365ad72e34e7deb595b5e9 /CHANGES
parentb6b3c9922a4f9043946c5f019928c18924687582 (diff)
downloadjinja2-a91953807aa75e573ad2cee12e1de3ccfc541af1.tar.gz
Implemented operator intercepting
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 590dd18..b171ac2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@ Version 2.6
of returning an undefined. This fixes problems when passing undefined
objects to Python semantics expecting APIs.
- traceback support now works properly for PyPy. (Tested with 1.4)
+- implemented operator intercepting for sandboxed environments. This
+ allows application developers to disable builtin operators for better
+ security. (For instance limit the mathematical operators to actual
+ integers instead of longs)
Version 2.5.5
-------------