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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new f1f50d0 Improve test case coverage; fix Utility.encode bug #46. f1f50d0 is described below commit f1f50d0d7855d4e8059d8367a3170e87c6d4dcd5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 29 18:55:13 2020 -0400 Improve test case coverage; fix Utility.encode bug #46. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7957d1c..ee778a2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Update maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5 #53.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update maven-checkstyle-plugin from 3.1.0 to 3.1.1.</action> <action type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v2.3.1 to v2.3.2 #59.</action> + <action type="update" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action> </release> <release version="6.5.0" date="2020-06-05" description="Minor feature and bug fix release."> <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action>