*** empty log message ***

This commit is contained in:
thomas 2002-03-20 20:59:31 +00:00
parent 122f8de1c6
commit 7164459b2e
1 changed files with 4 additions and 1 deletions

5
NEWS
View File

@ -1,10 +1,13 @@
= Version 0.4.0 =
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.
= Version 0.3.1 =
Rudimentary support for writing zip archives.