COMPRESS-108: add initial implementation of command-line interface to list archive contents

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@947399 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7c1053d..378a77f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,10 @@
   </properties>
   <body>
     <release version="1.1" date="as in SVN" description="Release 1.1">
+      <action issue="COMPRESS-108" type="update" date="2010-05-23">
+       Command-line interface to list archive contents.
+       Usage: java -jar commons-compress-n.m.jar archive-name [zip|tar|etc]
+      </action>
       <action issue="COMPRESS-118" type="fix" date="2010-05-17">
        TarUtils.parseName does not properly handle characters outside the range 0-127
       </action>