aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html
index c5d0b579..0d2670b0 100644
--- a/Readme.html
+++ b/Readme.html
@@ -255,10 +255,15 @@ see javassist.Dump.
<h2>Changes</h2>
-<p>- version 2.7
+<p>- version 3.0
<ul>
<li>javassist.bytecode.annotation has been added.
+ <li>The ClassPool framework has been redesigned.
+ <ul>
+ <li>writeFile(), write(), ... in ClassPool have been moved to CtClass.
+ <li>The design of javassist.Translator has been changed.
+ </ul>
<li>Now local variables were made available in the source text passed to
CtBehavior.insertBefore(), MethodCall.replace(), etc.