COMPRESS-200 support decompressConcatenated in CompressorStreamFactory

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1453945 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2eac5a9..6b11444 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -168,6 +168,11 @@
           CompressorStreamFactory can now be used without XZ for Java
           being available.
         </action>
+        <action type="add" date="2013-03-07" issue="COMPRESS-220">
+          CompressorStreamFactory has an option to create
+          decompressing streams that decompress the full input for
+          formats that support multiple concatenated streams.
+        </action>
     </release>
     <release version="1.4.1" date="2012-05-23"
              description="Release 1.4.1">