From 43c920f38d1c114e9044d2da15d4a05d5faab79d Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 26 Aug 2015 18:09:22 -0300 Subject: [pkg] fold in changes --- CHANGELOG | 8 ++++++++ changes/bug_7244_fix_nested_multipart | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 changes/bug_7244_fix_nested_multipart diff --git a/CHANGELOG b/CHANGELOG index 885871f..c114f09 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +0.4.0rc2 Aug 26, 2015: + o Fix nested multipart rendering. Closes: #7244 + o Bugfix: fix keyerror when inserting msg on pending_inserts dict. + o Bugfix: Return the first cdoc if no body found + o Feature: add very basic support for message sequence numbers. + o Lots of style fixes and tests updates. + o Bugfix: fixed syntax error in models.py. + 0.4.0rc1 Jul 10, 2015: o Parse OpenPGP header and import keys from it. Closes: #3879. o Don't add any footer to the emails. Closes: #4692. diff --git a/changes/bug_7244_fix_nested_multipart b/changes/bug_7244_fix_nested_multipart deleted file mode 100644 index 2d9cd8d..0000000 --- a/changes/bug_7244_fix_nested_multipart +++ /dev/null @@ -1 +0,0 @@ -- Fix nested multipart rendering. Closes: #7244 -- cgit v1.2.3