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 c4bb17c Organize. c4bb17c is described below commit c4bb17cb16f16b4fba145f8ee78ae9d479eb31f8 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 1 14:02:57 2021 -0400 Organize. --- src/changes/changes.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0cae895..bb854b9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,11 +63,13 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="6.5.1" date="2020-MM-DD" description="TBD."> + <!-- FIX --> <action type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action> - <action issue="BCEL-342" type="update" dev="ggregory" due-to="Allon Murienik, Gary Gregory">Migrate test suite to JUnit Jupiter #68.</action> - <action issue="BCEL-343" type="update" dev="ggregory" due-to="Allon Murienik, Gary Gregory">JUnit Assertion improvement #69.</action> - <action type="update" dev="ggregory" due-to="Mark Roberts">Minor improvements to comments and toString() methods #71.</action> - <action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #83.</action> + <action issue="BCEL-342" type="fix" dev="ggregory" due-to="Allon Murienik, Gary Gregory">Migrate test suite to JUnit Jupiter #68.</action> + <action issue="BCEL-343" type="fix" dev="ggregory" due-to="Allon Murienik, Gary Gregory">JUnit Assertion improvement #69.</action> + <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> + <!-- ADD --> <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons-parent from 50 to 52.</action>