diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2009-07-02 11:17:17 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2009-07-02 11:17:17 +0000 |
commit | d8ba90667b8d2ca3ce409d355373aecaf48ae871 (patch) | |
tree | 65e7cb15554db75f0751f1c89ae096aa9e037661 /Readme.html | |
parent | a690c8bf872c9e5fe4e14b6095ddb81de01a34c4 (diff) | |
download | javassist-d8ba90667b8d2ca3ce409d355373aecaf48ae871.tar.gz javassist-d8ba90667b8d2ca3ce409d355373aecaf48ae871.zip |
fixed JIRA JASSIST-77
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@485 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html index 6317e262..7d5792aa 100644 --- a/Readme.html +++ b/Readme.html @@ -283,7 +283,7 @@ see javassist.Dump. <p>-version 3.11 <ul> - <li>JIRA JASSIST-67, 68, 74, 75, 76, 81, 83, 84, 85 were fixed. + <li>JIRA JASSIST-67, 68, 74, 75, 76, 77, 81, 83, 84, 85 were fixed. <li>Now javassist.bytecode.CodeIterator can insert a gap into a large method body more than 32KB. (JIRA JASSIST-79, 80) </ul> |