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 c7be397 [BCEL-330] Remove unnecessary references to Constants. c7be397 is described below commit c7be397b2964267281c10466e75835c682b52e45 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Oct 11 14:47:22 2019 -0400 [BCEL-330] Remove unnecessary references to Constants. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ca5cb29..de89ed4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove. --> <body> + <release version="6.4.2" date="2019-MM-DD" description="Bug fix release."> + <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action> + </release> <release version="6.4.1" date="2019-09-26" description="Bug fix release."> <action issue="BCEL-328" type="fix" dev="ggregory" due-to="Gary Gregory, Mark Roberts">java.util.EmptyStackException at org.apache.bcel.classfile.DescendingVisitor.visitModule (DescendingVisitor.java:592).</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update build from Checkstyle Maven Plugin 3.0.0 to 3.1.0.</action>