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 867cd4d294b092f277524a4a142471b07feac1f1 Author: Gary Gregory <[email protected]> AuthorDate: Sat Feb 14 08:56:55 2026 -0500 Fix action types --- src/changes/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b0190756..00942df2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,10 +61,10 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="6.13.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> - <action type="update" dev="ggregory" due-to="nbauma109">Fix constant pool module access test on Java 26 and above #492.</action> - <action type="update" dev="ggregory" due-to="nbauma109, Gary Gregory">Add support for permitted subclasses #493.</action> - <action type="update" dev="ggregory" due-to="nbauma109, Gary Gregory">Add RecordComponentInfo.getAttribute(byte tag)#494.</action> + <action type="fix" dev="ggregory" due-to="nbauma109">Fix constant pool module access test on Java 26 and above #492.</action> <!-- ADD --> + <action type="add" dev="ggregory" due-to="nbauma109, Gary Gregory">Add support for permitted subclasses #493.</action> + <action type="add" dev="ggregory" due-to="nbauma109, Gary Gregory">Add RecordComponentInfo.getAttribute(byte tag)#494.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 95 to 96.</action> </release>
