diff options
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index 3015f7ad..c80abd21 100644 --- a/Readme.html +++ b/Readme.html @@ -286,6 +286,8 @@ see javassist.Dump. <li>JIRA JASSIST-244, 245, 248, 250, 255, 256, 259, 262. <li><code>javassist.tools.Callback</code> was modified to be Java 1.4 compatible. The parameter type of <code>Callback#result()</code> was changed. +<li>The algorithm for generating a stack-map table was modified to fix github issue #83. +<li>A bug of ProxyFactory related to default methods was fixed. It is github issue #45. </ul> </p> |