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 0963d6a7722fd0443e053968061863d50788800e Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Apr 27 08:18:12 2019 -0400 [BCEL-278] InvokeInstruction.toString(final ConstantPool cp) throws NoSuchElementException #11. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 90b1563..3247653 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="6.3.2" date="2019-MM-DD" description="Bug fix release"> <action issue="BCEL-316" type="fix" dev="ggregory" due-to="Gary Gregory">org.apache.bcel.classfile.Attribute class and subclasses should NOT log to the console by default.</action> + <action issue="BCEL-278" type="fix" dev="ggregory" due-to="Valery Barysoky">InvokeInstruction.toString(final ConstantPool cp) throws NoSuchElementException #11.</action> </release> <release version="6.3.1" date="2019-03-20" description="Bug fix release">