summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.1.rst')
-rw-r--r--docs/whatsnew-1.1.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 180380608..4d7567886 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -165,6 +165,10 @@ Minor Feature Additions
- :class:`pyramid.exceptions.Forbidden` is now just an alias for
:class:`pyramid.httpexceptions.HTTPForbidden`.
+- Added ``mako.preprocessor`` config file parameter; allows for a Mako
+ preprocessor to be specified as a Python callable or Python dotted name.
+ See https://github.com/Pylons/pyramid/pull/183 for rationale.
+
Backwards Incompatibilities
---------------------------