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 3e5642d5 Add accessors to model and unit tests, Javadoc #183 3e5642d5 is described below commit 3e5642d58114002822fff938d686ac977bae4214 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Jun 21 17:03:22 2024 -0400 Add accessors to model and unit tests, Javadoc #183 --- 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 f426e1ff..891208fe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,7 +61,8 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="6.9.1" date="YYYY-MM-DD" description="Maintenance and bug fix release. Requires a minimum of Java 8."> <!-- FIX --> - <!-- ADD --> + <!-- ADD --> + <action type="update" dev="ggregory" due-to="nbauma109, Gary Gregory, Mark Roberts">Add accessors to model and unit tests, Javadoc #183.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump tests from org.assertj:assertj-core 3.25.3 to 3.26.0 #322.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump tests from org.jetbrains.kotlin:kotlin-stdlib 1.9.23 to 2.0.0 #309, #318.</action>