aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorShigeru Chiba <chibash@users.noreply.github.com>2016-07-30 23:04:07 +0900
committerGitHub <noreply@github.com>2016-07-30 23:04:07 +0900
commit65a8950b4f0718e273f42ca9832abd44ef731223 (patch)
treec01fd6094bbc2381fb3905efc343560deab0fd57 /Readme.html
parentd753903f73c547954bb9c11260f7a64ac3652633 (diff)
parentf795fcb1717fdde3e0c510b218b04abb55081202 (diff)
downloadjavassist-65a8950b4f0718e273f42ca9832abd44ef731223.tar.gz
javassist-65a8950b4f0718e273f42ca9832abd44ef731223.zip
Merge pull request #95 from jboss-javassist/master
merges bug fixes
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html2
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>