You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/04 15:02:53 UTC

[commons-bcel] 01/02: Improve test coverage to bcel/generic and UtilityTest #162.

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

commit b04ca968b076c081a67a28095170b5ee1784e5f8
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Fri Nov 4 10:54:56 2022 -0400

    Improve test coverage to bcel/generic and UtilityTest #162.
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 17cefac8..ba43f176 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,8 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="6.6.2" date="20YY-MM-DD" description="Maintenance and bug fix release.">
        <!-- FIX -->
       <action                  type="fix" dev="ggregory" due-to="nbauma109, Gary Gregory">Typo in SimpleElementValue error message #161.</action>
-      <action                  type="fix" dev="ggregory" due-to="Mark Roberts Gary Gregory">Fix small performance bug in org.apache.bcel.verifier.structurals.ExceptionHandlers.ExceptionHandlers(MethodGen).</action>
+      <action                  type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Fix small performance bug in org.apache.bcel.verifier.structurals.ExceptionHandlers.ExceptionHandlers(MethodGen).</action>
+      <action                  type="fix" dev="ggregory" due-to="Sam Ng, Gary Gregory">Improve test coverage to bcel/generic and UtilityTest #162.</action>
        <!-- UPDATE -->
     </release>
     <release version="6.6.1" date="2022-10-29" description="Maintenance and bug fix release.">