record changes, closes #61, many thanks to @shahabkondri
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d8e4e255 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/d8e4e255 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/d8e4e255 Branch: refs/heads/master Commit: d8e4e255d5857260b10edcd33884bf20610895db Parents: bfbe996 Author: Stefan Bodewig <[email protected]> Authored: Thu Jan 18 14:22:45 2018 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Thu Jan 18 14:22:45 2018 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/d8e4e255/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c36ba45..a116892 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -105,6 +105,10 @@ The <action> type attribute can be add,update,fix,remove. Simplified the special handling for the dummy byte required by zlib when using java.util.zip.Inflater. </action> + <action type="update" date="2018-01-18" due-to="Shahab Kondri"> + Various code cleanups. + Github Pull Request #61. + </action> </release> <release version="1.15" date="2017-10-17" description="Release 1.15
