config: Replace Config._setup() with Config.setup_html2text()
[rss2email.git] / CHANGELOG
index e981bfa3a1f3813a8a34c34fe23e2341aa7dc9f4..2f8d32581454d08df37d30716a07aa4a7a1965e9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+v3.5 (unreleased)
+    * Fix html2text configuration (ignored since 2012-10-04).
+
+v3.4 (2013-05-14)
+    * Added post-processing hooks for user-specified message manipulation.
+    * Added settings for IMAP delivery.  The old `use-smtp` boolean has been replaced by a new `email-protocol` setting.  Non-IMAP users should adjust their configuration to set `email-protocol` to either `sendmail` or `smtp`.
+
 v3.3 (2013-04-13)
     * Fix SMTP message submission logic.
     * Fix error inheritence (super() calls).