]> source.dussan.org Git - javassist.git/commitdiff
The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute.
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 9 Sep 2008 10:31:17 +0000 (10:31 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 9 Sep 2008 10:31:17 +0000 (10:31 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@455 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

Readme.html

index dde199211fbffc2b9eab7ab2217340fd42bfa1e5..890b39e494a7b8013c37ae9bbbf688753271944e 100644 (file)
@@ -281,6 +281,12 @@ see javassist.Dump.
 
 <h2>Changes</h2>
 
+<p>-version 3.9
+<ul>
+       <li>CtNewMethod.wrapped(..) implicitly appends a method like _added_m$0.
+       This method now has a synthetic attribute.
+</ul>
+
 <p>-version 3.8.1 on July 17, 2008
 <ul>
        <li>CtClass.rebuildClassFile() has been added.