aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-08-27 22:55:48 +0000
committerSebastian Bazley <sebb@apache.org>2015-08-27 22:55:48 +0000
commitc06fa14c5e96ee1114e701cb522bc84e0e1a1a91 (patch)
treed1e5527e8b290394c087c14676a0f5f787d0ad2b /src/changes/changes.xml
parentd4505a8dd0db0fb50fa89e85b9320c0bbc9eafea (diff)
downloadapache-commons-bcel-c06fa14c5e96ee1114e701cb522bc84e0e1a1a91.tar.gz
BCEL-261 Select constructor allows partially constructed instance to escape. Re-ordered code to delay the escape
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1698238 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 efc24151..c46a2f7c 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-261" type="fix">Select constructor allows partially constructed instance to escape. Re-ordered code to delay the escape.</action>
<action issue="BCEL-259" type="fix">Minor doc error in BranchInstruction.java</action>
<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>