aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-08-27 22:27:01 +0000
committerSebastian Bazley <sebb@apache.org>2015-08-27 22:27:01 +0000
commit06d969a8fe228de6a637e832743cf6df518fceb0 (patch)
tree4a4b84dcdcad5ecf1efab5acbaf84bf5922a752e /src/changes/changes.xml
parent7e303218009724e91ed7d3a008f89e8659567072 (diff)
downloadapache-commons-bcel-06d969a8fe228de6a637e832743cf6df518fceb0.tar.gz
BCEL-260 ClassDumper example duplicates field attribute types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1698233 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3a86ff87..f3a22304 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="6.0" date="TBA" description="Major release with Java 7 and 8 support">
+ <action issue="BCEL-260" type="fix">ClassDumper example duplicates field attribute types</action>
<action issue="BCEL-258" type="fix">No tests to check the output of dump methods</action>
<action issue="BCEL-257" type="fix">INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL need to define dump() methods</action>
<action issue="BCEL-254" type="fix">Two more methods that would be nice to be public.</action>