aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2005-01-12 16:09:47 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2005-01-12 16:09:47 +0000
commite793a77000f14fd8272388f7b2878a54e2d628ca (patch)
tree47c705d645288afd4bc39a87a4baf80154222401 /Readme.html
parent91895bb38cf5cf4feaf8dcb3ba76555d67d765db (diff)
downloadjavassist-e793a77000f14fd8272388f7b2878a54e2d628ca.tar.gz
javassist-e793a77000f14fd8272388f7b2878a54e2d628ca.zip
implemented removeMethod() etc.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@151 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/Readme.html b/Readme.html
index 61572855..910429cf 100644
--- a/Readme.html
+++ b/Readme.html
@@ -7,7 +7,7 @@
<h1>Javassist version 3</h1>
-<h3>Copyright (C) 2000-2004 by Shigeru Chiba, All rights reserved.</h3>
+<h3>Copyright (C) 2000-2005 by Shigeru Chiba, All rights reserved.</h3>
<p><br></p>
@@ -255,10 +255,12 @@ see javassist.Dump.
<h2>Changes</h2>
-<p>- version 3.0
+<p>- version 3.0 in January, 2005
<ul>
- <li>The compiler now supports a synchronized statement.
+ <li>The compiler now supports synchronized statements and finally
+ clauses.
+ <li>You can now remove a method and a field.
</ul>
<p>- version 3.0 RC1 in September 13, 2004.