Author: ggregory Date: Wed Jun 1 05:27:53 2016 New Revision: 1746387 URL: http://svn.apache.org/viewvc?rev=1746387&view=rev Log: [BCEL-272] Add constants for Java 9 class file version 53.
Modified: commons/proper/bcel/trunk/src/changes/changes.xml Modified: commons/proper/bcel/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1746387&r1=1746386&r2=1746387&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/changes/changes.xml (original) +++ commons/proper/bcel/trunk/src/changes/changes.xml Wed Jun 1 05:27:53 2016 @@ -63,6 +63,7 @@ The <action> type attribute can be add,u <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>