COMPRESS-188 improve exception method for unsupported compression methods in zips.  Submitted by Harald Kuhn

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1358814 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a3b712c..3360178 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,11 @@
   <body>
     <release version="1.5" date="not released, yet"
              description="Release 1.5">
+      <action type="update" date="2012-07-08" issue="COMPRESS-188"
+              due-to="Harald Kuhn">
+        Improved exception message if a zip archive cannot be read
+        because of an unsupported compression method.
+      </action>
       <action type="update" date="2012-07-07" issue="COMPRESS-192"
               due-to="Jukka Zitting">
         ArchiveStreamFactory has a setting for file name encoding that