From 7164459b2e19bccd790ad64c19c656c9e65aa2bc Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 20 Mar 2002 20:59:31 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f6fa9a0..48e58ab 100644 --- a/NEWS +++ b/NEWS @@ -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.