aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorstarksm <starksm@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2006-05-09 22:32:24 +0000
committerstarksm <starksm@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2006-05-09 22:32:24 +0000
commit0bcd48293023a460d2fdece0009deb346c8a66f5 (patch)
tree4b34dc421f361239eb0904e80a1d357fecf792d2 /Readme.html
parent950474ccb01e8c83fd5a493cc687a39ee706a77f (diff)
downloadjavassist-0bcd48293023a460d2fdece0009deb346c8a66f5.tar.gz
javassist-0bcd48293023a460d2fdece0009deb346c8a66f5.zip
Update the 3.2.0.CR2 release notes
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@273 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/Readme.html b/Readme.html
index cc4317a5..78036246 100644
--- a/Readme.html
+++ b/Readme.html
@@ -281,9 +281,15 @@ see javassist.Dump.
<h2>Changes</h2>
-<p>- version 3.2
+<p>- version 3.2.0.CR2 on May 9, 2006
<ul>
- <li>A bug of replace(String,ExprEditor) in javassist.expr.Expr has been fixed.
+ <li>A bug of replace(String,ExprEditor) in javassist.expr.Expr has been fixed.
+ <li>Updated ProxyFactory getClassLoader to choose the javassit class loader
+ when the proxy superclass has a null class loader (a jdk/endorsed class).
+ <a href='http://jira.jboss.com/jira/browse/JASSIST-18'>JASSIST-18</a>
+ <li>Updated the throws clause of the javassist.util.proxy.MethodHandler
+ to be Throwable rather than Exception.
+ <a href='http://jira.jboss.com/jira/browse/JASSIST-16'>JASSIST-16</a>
</ul>
<p>- version 3.2.0.CR1 on March 18, 2006