diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-26 18:09:22 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-26 18:09:22 -0300 |
commit | 43c920f38d1c114e9044d2da15d4a05d5faab79d (patch) | |
tree | 6c85fb4b8f6432254c0350d8083cbd2006450a73 /CHANGELOG | |
parent | da03f8933a59bde6b9c928416ca333630f04819a (diff) |
[pkg] fold in changes0.4.0rc2
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |