aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2017-09-12 16:42:44 +0000
committerBenedikt Ritter <britter@apache.org>2017-09-12 16:42:44 +0000
commit8e09c4dd0f87cd8e54df851a7e0d4689731b31ea (patch)
treed89b9376ea0eb330f7206f96e501c6069b01ae64
parentdf7a37858bdf7c465d6ba96637558695e42e2fe9 (diff)
downloadapache-commons-bcel-8e09c4dd0f87cd8e54df851a7e0d4689731b31ea.tar.gz
BCEL-292: Add minimal Java 9 support. Add missing changes.xml entry. Code has already been added in rev. 1782852.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808132 13f79535-47bb-0310-9956-ffa450edef68
-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 83a34f44..b6feaf2e 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.1" date="tba" description="tba">
+ <action issue="BCEL-292" type="add" dev="markt">Add minimal Java 9 support</action>
<action issue="BCEL-286" type="fix" dev="britter" due-to="Mark Roberts">Utility.signatureToString fails if a method has multiple type arguments</action>
<action issue="BCEL-287" type="fix" dev="britter" due-to="Mark Roberts">IINC does not handle -128 properly</action>
<action issue="BCEL-283" type="fix" dev="britter" due-to="Mark Roberts">Support for StackMap should be different from StackMapTable</action>