Merge branch 'patch-1' of https://github.com/punchagan/rss2email
[rss2email.git] / CHANGELOG
index 382e626e105f3dbd970c9e289c8f04e27b6726c4..3c2212e43a18f38edd2974a3ac5542c4c17b805a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
-v3.9 (unreleased)
+v3.10 (unreleased)
+    * Catch and warn for invalid Content-Types.
+    * Add a manually extracted list of config options to r2e.1.
+    * Add a redirect post-process module.
+
+v3.9 (2014-09-01)
+    * Catch and error out if a user adds a feed with a duplicate name.
     * Split sender into both sendmail's -F and -f.
-    * Fix an error with SMTPConnectionError inhertence order ("does not take keyword arguments").
+    * Fix an error with SMTPConnectionError inheritance order ("does not take keyword arguments").
     * Add a new `smtp-ssl-protocol` setting, to select acceptable protocols for SMTP connections.
     * Fix non-compliant User-Agent header for HTTP/1.1.
     * Fix an error in the NoToEmailAddress invocation.