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 8b1c48e Formalize PerformanceTest #168. 8b1c48e is described below commit 8b1c48e328109f7f6c1b52d1d66dc35f5b18a6ac Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 15 09:09:25 2021 -0400 Formalize PerformanceTest #168. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 68e5502..89dfbfc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Mark Roberts">Minor improvements to comments and toString() methods #71.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #83.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Java 8 improvements #95.</action> + <action type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Formalize PerformanceTest #168.</action> <!-- ADD --> <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action>