summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-24 18:42:35 -0500
committerChris McDonough <chrism@plope.com>2010-11-24 18:42:35 -0500
commita9f17c8b3a7fc935b70e87f2a1fb8728deb16f85 (patch)
treec903cd88e217b09b8faa58d0044feac9deb01bab /CHANGES.txt
parent36715bcdef36737671eef74dfee22d466d690a04 (diff)
downloadpyramid-a9f17c8b3a7fc935b70e87f2a1fb8728deb16f85.tar.gz
pyramid-a9f17c8b3a7fc935b70e87f2a1fb8728deb16f85.tar.bz2
pyramid-a9f17c8b3a7fc935b70e87f2a1fb8728deb16f85.zip
- The Mako renderer did not properly turn the ``mako.imports``,
``mako.default_filters``, and ``mako.imports`` settings into lists. - The Mako renderer did not properly convert the ``mako.error_handler`` setting from a dotted name to a callable. - The Mako renderer now accepts a resource specification for ``mako.module_directory``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b8c3a847f..547a7254a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,9 @@ Features
- Add support for json on GAE by catching NotImplementedError and importing
simplejson from django.utils.
+- The Mako renderer now accepts a resource specification for
+ ``mako.module_directory``.
+
Bug Fixes
---------
@@ -25,6 +28,12 @@ Bug Fixes
- Make default renderer work (renderer factory registered with no name, which
is active for every view unless the view names a specific renderer).
+- The Mako renderer did not properly turn the ``mako.imports``,
+ ``mako.default_filters``, and ``mako.imports`` settings into lists.
+
+- The Mako renderer did not properly convert the ``mako.error_handler``
+ setting from a dotted name to a callable.
+
Documentation
-------------