Author: britter Date: Tue Sep 12 16:42:44 2017 New Revision: 1808132 URL: http://svn.apache.org/viewvc?rev=1808132&view=rev Log: BCEL-292: Add minimal Java 9 support. Add missing changes.xml entry. Code has already been added in rev. 1782852.
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=1808132&r1=1808131&r2=1808132&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original) +++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Tue Sep 12 16:42:44 2017 @@ -63,6 +63,7 @@ The <action> type attribute can be add,u <body> <release version="6.1" date="tba" description="tba"> + <action issue="BCEL-292" type="add" dev="markt">Add minimal Java 9 support</action> <action issue="BCEL-286" type="fix" dev="britter" due-to="Mark Roberts">Utility.signatureToString fails if a method has multiple type arguments</action> <action issue="BCEL-287" type="fix" dev="britter" due-to="Mark Roberts">IINC does not handle -128 properly</action> <action issue="BCEL-283" type="fix" dev="britter" due-to="Mark Roberts">Support for StackMap should be different from StackMapTable</action>