From: W. Trevor King Date: Fri, 10 May 2013 08:58:28 +0000 (-0400) Subject: CHANGELOG: Update with summary of post-process addition X-Git-Tag: v3.4~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f079a93537516f6f4de2c39bd4f33019a084ebfd;p=rss2email.git CHANGELOG: Update with summary of post-process addition Documenting: 3a331d6 Merge branch 'post-process' Signed-off-by: W. Trevor King --- diff --git a/CHANGELOG b/CHANGELOG index e981bfa..203f909 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v3.4 (unreleased) + * Added post-processing hooks for user-specified message manipulation. + v3.3 (2013-04-13) * Fix SMTP message submission logic. * Fix error inheritence (super() calls).