TarArchiveOutputStream's getBytesWritten doesn't work.  COMPRESS-160

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1187874 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e905a28..864bb95 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,10 @@
         ZipArchiveInputStream and ZipArchiveOutputStream could leak
         resources on some JDKs.
       </action> 
+      <action issue="COMPRESS-160" type="fix" date="2011-10-23">
+        TarArchiveOutputStream's getBytesWritten method didn't count
+        correctly.
+      </action> 
     </release>
     <release version="1.2" date="2011-07-31"
              description="Release 1.2 - a bugfix release, the last release expected to be compatible with Java 1.4">