Add encoding support to CPIO package - related to COMPRESS-180

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1512804 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d91d24e..2d3b812 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,7 +97,11 @@
       </action>
       <action type="add" date="2013-08-10">
         DumpArchiveInputStream now supports an encoding parameter that
-        can be used to specify the default encoding of file names.
+        can be used to specify the encoding of file names.
+      </action>
+      <action type="add" date="2013-08-10">
+        The CPIO streams now support an encoding parameter that can be
+        used to specify the encoding of file names.
       </action>
     </release>
     <release version="1.5" date="2013-03-14"