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 c44d006 Improve documentation of Pass3bVerifier (#37)
c44d006 is described below
commit c44d0060a887030a6b8b54df8f9661714f98487c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 9 10:39:44 2019 -0500
Improve documentation of Pass3bVerifier (#37)
---
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 947e0fc..f2cac23 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,7 +66,8 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark
Roberts">Remove unnecessary references to Constants.</action>
<action issue="BCEL-329" type="fix" dev="ggregory" due-to="Gary Gregory,
Mark Roberts">MethodGen duplicates some attributes.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update tests from JNA 5.4.0 to 5.5.0.</action>
- <action type="update" dev="ggregory" due-to="Arthur
Kupriyanov">Replaced deprecated constants in examples #38.</action>
+ <action type="update" dev="ggregory" due-to="Arthur
Kupriyanov">Replaced deprecated constants in examples ()#38).</action>
+ <action type="update" dev="ggregory" due-to="Michael
Ernst">Improve documentation of Pass3bVerifier (#37).</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>