aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-09-11 12:37:21 +0000
committerSebastian Bazley <sebb@apache.org>2015-09-11 12:37:21 +0000
commitfeba9d2cb9dcb009f64fb8107febf1af8a9b8b40 (patch)
treed0f3f134b1c9438e3d49586e874874d4c9242c55 /src/changes/changes.xml
parentf3fbdfc725b5f1644b7a436c38ce953d0b464a17 (diff)
downloadapache-commons-bcel-feba9d2cb9dcb009f64fb8107febf1af8a9b8b40.tar.gz
BCEL-221 BCELifier is not working for Java8Example
Workround for crash; may need further work git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702447 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 699a1763..53775088 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-221" type="fix">BCELifier is not working for Java8Example</action>
<action issue="BCEL-195" type="fix">addition of hashCode() to generic/Instruction.java breaks Targeters. Never make distinct BranchInstructions compare equal</action>
<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>