aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2016-06-01 05:27:53 +0000
committerGary D. Gregory <ggregory@apache.org>2016-06-01 05:27:53 +0000
commitf574335914900890e909f6ab9cc1665a313c9987 (patch)
tree776ce797e80a45e2c2689791b56fcadceaba0937
parent1fe62a02c75c1a1af4df78ec1b269837dee69314 (diff)
downloadapache-commons-bcel-f574335914900890e909f6ab9cc1665a313c9987.tar.gz
[BCEL-272] Add constants for Java 9 class file version 53.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1746387 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 b36c7e35..9797aa64 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-272" type="add">Add constants for Java 9 class file version 53</action>
<action issue="BCEL-271" type="fix">FCONST pattern does not include FCONST_2</action>
<action issue="BCEL-264" type="fix">Add missing Node.accept() implementations (ConstantMethodHandle, ConstantMethodType, ParameterAnnotationEntry)</action>
<action issue="BCEL-221" type="fix">BCELifier is not working for Java8Example (incomplete)</action>