summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-11-16 10:46:23 -0800
committerBen Bangert <ben@groovie.org>2010-11-16 10:46:23 -0800
commitae60bafb11bcf3a85a8ed3c78b8fc57961e8c3b6 (patch)
tree9b0da66955d2c0d7d7a74c9d5c628cb4851babfc /CHANGES.txt
parent36c1596c229bbaf7745c2a1f2c4dfcfdefb5535d (diff)
downloadpyramid-ae60bafb11bcf3a85a8ed3c78b8fc57961e8c3b6.tar.gz
pyramid-ae60bafb11bcf3a85a8ed3c78b8fc57961e8c3b6.tar.bz2
pyramid-ae60bafb11bcf3a85a8ed3c78b8fc57961e8c3b6.zip
- Added Mako TemplateLookup settings for ``mako.error_handler``,
``mako.default_filters``, and ``mako.imports``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f1e55ffce..e8595d6fc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Next release
Features
--------
+- Added Mako TemplateLookup settings for ``mako.error_handler``,
+ ``mako.default_filters``, and ``mako.imports``.
+
- Normalized all paster templates: each now uses the name ``main`` to
represent the function that returns a WSGI application, each now uses
WebError, each now has roughly the same shape of development.ini style.