You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2014/07/29 00:57:13 UTC

svn commit: r1614210 - /commons/proper/bcel/trunk/RELEASE-NOTES.txt

Author: ebourg
Date: Mon Jul 28 22:57:13 2014
New Revision: 1614210

URL: http://svn.apache.org/r1614210
Log:
Added BCEL-177 to the release notes

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

Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1614210&r1=1614209&r2=1614210&view=diff
==============================================================================
--- commons/proper/bcel/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/bcel/trunk/RELEASE-NOTES.txt Mon Jul 28 22:57:13 2014
@@ -94,7 +94,7 @@ Bug fixes from 5.2
 [BCEL-167] ClassPath.getResource does not correctly perform URL escaping
 [BCEL-173] ClassParser fails to parse JDK classes in Java 8: ClassFormatException: Invalid byte tag in constant pool
 [BCEL-174] Verification of interfaces with default methods fails with Java 8
-
+[BCEL-177] MethodParameters should read 1 byte not two for parameter count
 
 Feedback
 --------