diff options
author | Shigeru Chiba <chibash@users.noreply.github.com> | 2018-12-11 15:37:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 15:37:11 +0900 |
commit | ba2260737af8fc2a1a395e77a52c5881efcf83e0 (patch) | |
tree | 2d5a4b2b8fa42dda1bad1147915c3928845d9251 /Readme.html | |
parent | 1a3d63712a3a5819dd54562983abbdd382f0d418 (diff) | |
parent | c9ab46552be189f81072302882552f401b143a7b (diff) | |
download | javassist-ba2260737af8fc2a1a395e77a52c5881efcf83e0.tar.gz javassist-ba2260737af8fc2a1a395e77a52c5881efcf83e0.zip |
Merge pull request #231 from jboss-javassist/test/switch-case
Supporting switch-case statements with string constants.
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index 793677d4..86b8d613 100644 --- a/Readme.html +++ b/Readme.html @@ -281,6 +281,11 @@ see javassist.Dump. <h2>Changes</h2> +<p>-version 3.25 +<ul> + <li>GitHub Issue #72. +</ul> + <p>-version 3.24.1 on December 9, 2018 <ul> <li>GitHub Issue #228, #229</li> |