From: W. Trevor King Date: Mon, 1 Sep 2014 21:14:17 +0000 (-0700) Subject: CHANGELOG: Document this branch X-Git-Tag: v3.9~3^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff9704318ef7095462a3551647c623274c91ccfb;p=rss2email.git CHANGELOG: Document this branch Documents the following commits: * d62baca1 email: Split sender into both sendmail's -F and -f Signed-off-by: W. Trevor King --- diff --git a/CHANGELOG b/CHANGELOG index a893285..012c09a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ v3.9 (unreleased) + * Split sender into both sendmail's -F and -f. * 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.