aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2003-08-28 10:46:36 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2003-08-28 10:46:36 +0000
commit87f4d5dd1ddf61cfa8a78b806b743b43e08a6202 (patch)
treec585c07449d9a3f83b3915d4d6cffe5a2966029d /Readme.html
parenteacc721fa513a53708669f0ccc78aea14764e534 (diff)
downloadjavassist-87f4d5dd1ddf61cfa8a78b806b743b43e08a6202.tar.gz
javassist-87f4d5dd1ddf61cfa8a78b806b743b43e08a6202.zip
corrected to be able to compile an infinite loop.rel_2_6
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@37 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html
index 74506f3f..4aa77616 100644
--- a/Readme.html
+++ b/Readme.html
@@ -246,7 +246,8 @@ see javassist.Dump.
<li>javassist.expr.Expr.indexOfBytecode() has been added.
<li>javassist.Loader has been modified so that getPackage() returns
a package object.
- <li>Now, the compiler can correctly compile a try statement.
+ <li>Now, the compiler can correctly compile a try statement and an
+ infinite while-loop.
</ul>
<p>- version 2.5.1 in May, 2003.