aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2016-06-18 13:57:51 +0000
committerBenedikt Ritter <britter@apache.org>2016-06-18 13:57:51 +0000
commitcc1c0fbf13f7757a8fbc696653aced5f8cfd4005 (patch)
tree23160988dfd82e7d19d996c5731e07678668c735 /src/changes
parent648f7533d9abee1c437dfdd7704b925935d632e2 (diff)
downloadapache-commons-bcel-cc1c0fbf13f7757a8fbc696653aced5f8cfd4005.tar.gz
Add BCEL-237 to changes.xml and RELEASE-NOTES since it seems to have been fixed already
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/changes')
-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 82d70ae1..2a6590b2 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-237" type="fix" dev="sebb">non-empty final arrays should be private as they are mutable</action>
<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>