From 00cbd5782d69e7b476b8048fe98c7aaff7d036a3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 13 Mar 2013 09:46:38 -0400 Subject: [PATCH] CHANGELOG: Update with summaries of recent changes This documents the following changes: * f01eac2 (email: Make path to sendmail configurable, 2013-02-15) * 1c97270 (email: Attempt .as_string() if BytesGenerator.flatten() fails, 2013-02-16) * e08e198 (email: Decode headers when checking .as_string() flatten fallback, 2013-02-17) * 3adef87 (config: Use extended interpolation in Config, 2013-02-21) Signed-off-by: W. Trevor King --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 62ba8d2..5fa189c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ v3.2 (unreleased) + * Use extended interpolation in configuration files, to allow percent signs (%). + * Added .as_string() fallback to email flattening (only used if `use-smtp = False` and `use-8bit = True`). * Added sendmail configuration option. Change this if you want to use an alternative, sendmail-compatible mailer. v3.1 (2013-02-14) -- 2.26.2