From 873d51b77352e40efefa0a41c3c4bbaf2bb970e1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 6 Nov 2012 08:08:16 -0800 Subject: [PATCH] update changelog --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f7e6f1d..b8ebc9c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,14 @@ +0.1a21 +------ + +- [feature] Added the ability to specify a Mako template for use when + generating error emails. Templates may be referenced in the config file + using either a resource path or an absolute file path. If no template is + specified, the plain text fallback will be used. The ``content_type`` of the + email is also configurable (defaults to ``'text/html'`` if a Mako template is + used; ``'text/plain'`` otherwise). + 0.1a20 ------