COMPRESS-390 record change closes #22
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/092bcac5 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/092bcac5 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/092bcac5 Branch: refs/heads/master Commit: 092bcac5be680480860dbddae4217347b8b14fab Parents: 3bf400e Author: Stefan Bodewig <bode...@apache.org> Authored: Thu May 4 16:49:49 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Thu May 4 16:49:49 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/092bcac5/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index acd06f0..a0e9b15 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -106,6 +106,10 @@ The <action> type attribute can be add,update,fix,remove. <action issue="COMPRESS-392" type="add" date="2017-05-02" due-to="Philippe Mouawad"> Add Brotli decoder based on the Google Brotli library. </action> + <action issue="COMPRESS-390" type="add" date="2017-05-04" + due-to="Zbynek Vyskovsky"> + ZipEntry now exposes its data offset. + </action> </release> <release version="1.13" date="2016-12-29" description="Release 1.13 - API compatible to 1.12 but requires Java 7 at runtime.">