This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch compress-684 in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/compress-684 by this push: new c105b0a5c Document change [skip ci] c105b0a5c is described below commit c105b0a5cab431d3b02b9b66a0dcfc7d5564ca06 Author: Sebb <s...@apache.org> AuthorDate: Mon Jul 29 20:29:04 2024 +0100 Document change [skip ci] --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 88822d9f4..5a3f6d4a5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add ArchiveOutputStream.isFinished().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add ArchiveOutputStream.checkFinished().</action> <!-- UPDATE --> + <action type="update" dev="sebb" issue="COMPRESS-684">Replace assert with Exception</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 69 to 71 #537.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump PMD from 6.x to 7.2.0.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 #544.</action>