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 821a23a Simplify Assertions #205. 821a23a is described below commit 821a23ab2c85977c032947aa879dfea230a13430 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 2 18:53:07 2021 -0400 Simplify Assertions #205. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b3175f0..5a1364a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -295,6 +295,9 @@ The <action> type attribute can be add,update,fix,remove. Commons Compress cannot be built with JDK14 due to Pack200 removal. Add Pack200 implementation from Apache Harmony. </action> + <action type="fix" date="2021-07-02" due-to="Arturo Bernal" dev="ggregory"> + Simplify Assertions #205. + </action> <!-- UPDATE --> <action type="update" date="2020-08-18"> Update from Java 7 to 8.