You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/06/18 13:48:37 UTC

svn commit: r1749025 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: britter
Date: Sat Jun 18 13:48:36 2016
New Revision: 1749025

URL: http://svn.apache.org/viewvc?rev=1749025&view=rev
Log:
Add BCEL-230 to changes.xml and RELEASE-NOTES

Modified:
    commons/proper/bcel/trunk/RELEASE-NOTES.txt
    commons/proper/bcel/trunk/src/changes/changes.xml

Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1749025&r1=1749024&r2=1749025&view=diff
==============================================================================
--- commons/proper/bcel/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/bcel/trunk/RELEASE-NOTES.txt Sat Jun 18 13:48:36 2016
@@ -191,6 +191,7 @@ o BCEL-177: When reading the number of p
 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.

Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1749025&r1=1749024&r2=1749025&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/changes/changes.xml (original)
+++ commons/proper/bcel/trunk/src/changes/changes.xml Sat Jun 18 13:48:36 2016
@@ -90,6 +90,7 @@ N.B. The Clirr report shows that there a
  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>