diff options
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html index 009fa5ed..6317e262 100644 --- a/Readme.html +++ b/Readme.html @@ -283,7 +283,9 @@ see javassist.Dump. <p>-version 3.11 <ul> - <li>JIRA JASSIST-67, 68, 74, 75, 76, 83 were fixed. + <li>JIRA JASSIST-67, 68, 74, 75, 76, 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> <p>-version 3.10 on March 5, 2009 |