From 2f7de8e6af2c20dd5004ab3b3d512d431e8a31b3 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 28 May 2014 21:19:58 -0700 Subject: [PATCH] Update release notes --- AUTHORS.txt | 1 + docs/history.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index 5ab90fc..b774736 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -15,4 +15,5 @@ Eric Hennings Michael Hobbs Sameer Al-Sakran Kyle Gibson +Wes Winham nikolay-saskovets diff --git a/docs/history.rst b/docs/history.rst index 819e421..4b2f2bb 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -3,6 +3,9 @@ Release Notes Version 1.1 (development): +* Allow use of Mandrill template default "from" and "subject" fields, + via :attr:`use_template_from` and :attr:`use_template_subject`. +* Fix `UnicodeEncodeError` with unicode attachments Version 1.0: