This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 56d780a Add Path support to ZipArchiveOutputStream #123. 56d780a is described below commit 56d780acd21e4d42e4b4280682933910ce89d1c4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 8 16:07:00 2020 -0400 Add Path support to ZipArchiveOutputStream #123. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5eefcd9..cad70d1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -136,6 +136,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" date="2020-08-08" due-to="Gary Gregory" dev="ggregory"> Add SevenZOutputFile.write(Path, OpenOption...). </action> + <action type="update" date="2020-08-08" due-to="Gary Gregory" dev="ggregory"> + Add Path support to ZipArchiveOutputStream #123. + </action> <action type="update" date="2020-07-23" due-to="Dependabot" dev="ggregory"> Update GitHub actions/checkout from v1 to v2.3.1 #114. </action>