X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ChangeLog;h=b9964e03c982c6a460905caaffd0aa57465b5037;hb=d87c3078783074c7c5f0950ba857931fd142575c;hp=4011e270d182fab5836ba4480d2c74de1d1babfd;hpb=81fed020cb8762634eceec5f85be7a936cb6e67d;p=mimedecode.git diff --git a/ChangeLog b/ChangeLog index 4011e27..b9964e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,19 @@ -Version 2.5.1 (2014-04-??) +Version 2.8.0 (2017-05-??) - Make options -e/-i to work with multipart messages. + Stop supporting Python 2.6. + +Version 2.7.0 (2017-04-26) + + Use m_lib.defenc instead of m_lib; install it from PyPI. + + Make options --save-headers|body|message to work with multipart subparts. + +Version 2.6.0 (2014-06-08) + + Make options -e/-i to work with multipart subparts. + + Add option -I to completely ignore a part - no headers, no body, + no warning. Open all output files in binary mode. Output os.linesep instead of '\n'.