From: W. Trevor King Date: Mon, 30 Jun 2014 16:58:48 +0000 (-0700) Subject: CHANGELOG: Document this branch X-Git-Tag: v3.9~5^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73e9cb5f8c687d38082a60878d467f34eef0ede8;p=rss2email.git CHANGELOG: Document this branch Documents the following commits: * 2369d56 Added the option "smtp-ssl-protocol" to make STARTTLS work on Python 3.3+ Signed-off-by: W. Trevor King --- diff --git a/CHANGELOG b/CHANGELOG index ec9b1c1..a893285 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ v3.9 (unreleased) + * 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. * Add a new `trust-link` setting, to prefer the `link` attribute over the `id` attribute for identifying entries.