aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-02-20 19:33:55 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-02-20 19:33:55 -0500
commit6c06a3270b6fca6d959fff4c81cf932e17a475d2 (patch)
tree8aa687367177c91438b31a51c3ca43528c5841ad /CHANGES
parent4737c269f5658fdab4190504cd5744e95bae1688 (diff)
downloadexternal_python_mako-6c06a3270b6fca6d959fff4c81cf932e17a475d2.tar.gz
external_python_mako-6c06a3270b6fca6d959fff4c81cf932e17a475d2.tar.bz2
external_python_mako-6c06a3270b6fca6d959fff4c81cf932e17a475d2.zip
- the keys() in the Context, as well as
it's internal _data dictionary, now include just what was specified to render() as well as Mako builtins 'caller', 'capture'. The contents of __builtin__ are no longer copied.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 51189eb..e74bb62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,13 @@
if the 'template' and 'module' attributes
are specified at the same time.
+- the keys() in the Context, as well as
+ it's internal _data dictionary, now
+ include just what was specified to
+ render() as well as Mako builtins
+ 'caller', 'capture'. The contents
+ of __builtin__ are no longer copied.
+
0.3.6
- Documentation is on Sphinx.
[ticket:126]