CHANGELOG: Update with summaries of recent changes
authorW. Trevor King <wking@tremily.us>
Wed, 13 Mar 2013 13:46:38 +0000 (09:46 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 13 Mar 2013 13:46:38 +0000 (09:46 -0400)
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 <wking@tremily.us>
CHANGELOG

index 62ba8d28f2e7bf4f436ba8e1a6ecd41ded5660fb..5fa189c76cbe3d5d06c48f4f894548e09b17bd9a 100644 (file)
--- 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)