aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-16 16:13:51 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-16 16:13:51 -0500
commit9e134cb7767f54763431a59467bfb92d0ef8e0c9 (patch)
treed5b77c7c49654161ffb4df2543f658eca8738d91 /CHANGES
parentaeb822d9b4ec8e5b88901d0ff4fef9a062f743f6 (diff)
downloadexternal_python_mako-9e134cb7767f54763431a59467bfb92d0ef8e0c9.tar.gz
external_python_mako-9e134cb7767f54763431a59467bfb92d0ef8e0c9.tar.bz2
external_python_mako-9e134cb7767f54763431a59467bfb92d0ef8e0c9.zip
- [feature] Added module_writer argument to Template,
TemplateLookup, allows a callable to be passed which takes over the writing of the template's module source file, so that special environment-specific steps can be taken. [ticket:181]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8455fd..388c9b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,6 +37,12 @@
script, allows passing of kw to the template from
the command line. [ticket:178]
+- [feature] Added module_writer argument to Template,
+ TemplateLookup, allows a callable to be passed which
+ takes over the writing of the template's module source
+ file, so that special environment-specific steps
+ can be taken. [ticket:181]
+
- [bug] The exception message in the html_error_template
is now escaped with the HTML filter. [ticket:142]