]> git.phdru.name Git - mimedecode.git/blobdiff - ChangeLog
Add requirements.txt to sdist; add [egg_info] to setup.cfg
[mimedecode.git] / ChangeLog
index 4d7cd2ef1e7491b652eb4268a30b0f32a6308972..acf383753e84b7def32d69b5015836e60058e744 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Version 2.7.0 (2015-??-??)
+
+   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'.
+
+   Test --save-headers|body|message masks one after another to allow
+   saving a message or a subpart to more than one file.
+
 Version 2.5.0 (2014-03-18)
 
    Add option --set-header=header:value to set header's value (only at the top