*** empty log message ***
This commit is contained in:
parent
122f8de1c6
commit
7164459b2e
5
NEWS
5
NEWS
|
@ -1,10 +1,13 @@
|
||||||
= Version 0.4.0 =
|
= Version 0.4.0 =
|
||||||
|
|
||||||
ZipFile is now mutable and provides a more convenient way of modifying
|
ZipFile is now mutable and provides a more convenient way of modifying
|
||||||
zip archives than ZipOutputStream.
|
zip archives than ZipOutputStream. Operations such as adding,
|
||||||
|
extracting, renaming, replacing and removing entries to zip archives
|
||||||
|
are available.
|
||||||
|
|
||||||
Runs without warnings with -w switch.
|
Runs without warnings with -w switch.
|
||||||
|
|
||||||
|
|
||||||
= Version 0.3.1 =
|
= Version 0.3.1 =
|
||||||
|
|
||||||
Rudimentary support for writing zip archives.
|
Rudimentary support for writing zip archives.
|
||||||
|
|
Loading…
Reference in New Issue