aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-08-24 19:46:43 +0000
committerSebastian Bazley <sebb@apache.org>2015-08-24 19:46:43 +0000
commitbf300c3e8f03bf9aa1ff66195d79cafd8a626cb0 (patch)
treedf16d81bd3d65470db4e74a026725d866471172a /src/changes/changes.xml
parent2e8d1dc0963fcfa153cda0c08597684e9e0b0d14 (diff)
downloadapache-commons-bcel-bf300c3e8f03bf9aa1ff66195d79cafd8a626cb0.tar.gz
BCEL-254 Two more methods that would be nice to be public.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697493 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 e9ff25e6..2dcf3596 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-254" type="fix">Two more methods that would be nice to be public.</action>
<action issue="BCEL-245" type="fix">Type class includes constants that reference subclasses</action>
<action issue="BCEL-253" type="fix">Pass 3b verifier is too strict.</action>
<action issue="BCEL-248" type="fix">StackMapTable[Entry] should be removed and improvements merged into StackMap[Entry]</action>