Browse Source

Update the 3.2.0.CR2 release notes


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@273 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
starksm 18 years ago
parent
commit
0bcd482930
1 changed files with 8 additions and 2 deletions
  1. 8
    2
      Readme.html

+ 8
- 2
Readme.html View File

@@ -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

Loading…
Cancel
Save