aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2016-06-18 13:48:36 +0000
committerBenedikt Ritter <britter@apache.org>2016-06-18 13:48:36 +0000
commit648f7533d9abee1c437dfdd7704b925935d632e2 (patch)
tree2bcafb43258033cd94834971b79bddbf81d3309f
parenta7820fb5f34c5d477200a31f6b09606e08f5343f (diff)
downloadapache-commons-bcel-648f7533d9abee1c437dfdd7704b925935d632e2.tar.gz
Add BCEL-230 to changes.xml and RELEASE-NOTES
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749025 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--RELEASE-NOTES.txt1
-rw-r--r--src/changes/changes.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9b12c573..3270c995 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -191,6 +191,7 @@ o BCEL-177: When reading the number of parameters in a MethodParameters
CHANGES:
========
+o BCEL-230: Document the Java platform requirement clearly and early.
o BCEL-211: Some additional clone methods should be public.
o BCEL-127: Document that Instruction Factory returns singleton instances.
o BCEL-198: better support for clone/copy methods.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4d381cb9..82d70ae1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,6 +90,7 @@ N.B. The Clirr report shows that there are several incompatible changes which in
External code should not have been relying on such classes to provide definitions of the constants.
">
+ <action issue="BCEL-230" type="update" dev="britter">Document the Java platform requirement clearly and early</action>
<action issue="BCEL-243" type="fix">Type.getType() needs to understand TypeVariableSignature(s)</action>
<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>