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 1a9c2146d Remove unused variables in tests #487 1a9c2146d is described below commit 1a9c2146d83ccbe85ba30830a255ffab573c77a0 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Feb 23 13:19:15 2024 -0500 Remove unused variables in tests #487 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b210cb2e9..bfa8dfa18 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" issue="COMPRESS-659" dev="ggregory" due-to="David Handermann, Gary Gregory">TarArchiveOutputStream should use Commons IO Charsets instead of Commons Codec Charsets.</action> <action type="fix" issue="COMPRESS-660" dev="ggregory" due-to="660, Gary Gregory">Make commons.codec imports optional #482.</action> <action type="fix" issue="COMPRESS-664" dev="ggregory" due-to="Radek Kraus">Return null value from getNextEntry() for empty file #486.</action> + <action type="fix" issue="COMPRESS-664" dev="ggregory" due-to="Elliotte Rusty Harold">Remove unused variables in tests #487.</action> <!-- REMOVE --> <action type="remove" issue="COMPRESS-662" dev="ggregory" due-to="Christoph Loy, Gary Gregory">Remove out of date jar and scripts #483.</action> </release>