CHANGELOG: Document HTML syntax fix
[rss2email.git] / CHANGELOG
index 882e362810786d759731c2333a633397fa226436..41f56c8f3bfa1de076023149e47da3a161acad81 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
-v3.4 (unreleased)
+v3.6 (unreleased)
+    * Fix `<div id="entry>` syntax error in HTML mail.
+
+v3.5 (2013-06-05)
+    * Added digest generation and post-processing hooks.
+    * Fix html2text configuration (ignored since 2012-10-04).
+    * Fix opmlexport crash due to orphaned feed data.
+    * Use feed names in OPML 'text' attributes.
+
+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`.