diff options
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index 8cbfa2b9..5ecc3b3b 100644 --- a/Readme.html +++ b/Readme.html @@ -284,6 +284,9 @@ see javassist.Dump. <p>- version 3.1 <ul> + <li>getFields(), getMethods(), and getConstructors() in CtClass + were changed to return non-private memebers instead of only + public members. <li>getEnclosingClass() in javassist.CtClass was renamed to getEnclosingMethod(). <li>toMethod() in javassist.CtConstructor has been implemented. |