update changelog

This commit is contained in:
Lance Edgar 2012-11-06 08:08:16 -08:00
parent 1babe591ad
commit 873d51b773

View file

@ -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
------