From: W. Trevor King Date: Mon, 1 Sep 2014 23:34:50 +0000 (-0700) Subject: CHANGELOG: Fix 'inhertence' -> 'inheritance' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d397ef66ac8597db186758cf27da57442d39d9fa;p=rss2email.git CHANGELOG: Fix 'inhertence' -> 'inheritance' typo Signed-off-by: W. Trevor King --- diff --git a/CHANGELOG b/CHANGELOG index 0dc0e5a..44c2614 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ 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.