aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-09-09 10:31:17 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-09-09 10:31:17 +0000
commit8b65a057e9829a84cfd00fe5de98fe94ccc1d2f0 (patch)
tree7e7943eaf2adfeed45da749b6e7a6287897db10b /Readme.html
parent7f87aaa503eae6730f2b077b428d65f9bc3efc14 (diff)
downloadjavassist-8b65a057e9829a84cfd00fe5de98fe94ccc1d2f0.tar.gz
javassist-8b65a057e9829a84cfd00fe5de98fe94ccc1d2f0.zip
The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@455 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html
index dde19921..890b39e4 100644
--- a/Readme.html
+++ b/Readme.html
@@ -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.