2007-05-11 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Reflection / ChangeLog
index 72a2feb1766fc75f461a978fa2cb1ecb311acfff..5c34bb4f0e1e10ffaf44668aa44c37b39f8aecda 100644 (file)
@@ -1,3 +1,25 @@
+
+Tue May 8 13:04:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * FieldInfo.cs, MethodBase.cs: implemented new GetFieldFromHandle and
+       GetMethodFromHandle overloads (bug #78637).
+
+2007-05-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * MonoMethod.cs (Invoke): Fix a warning.
+       
+       * MonoMethod.cs (Invoke): Don't wrap ThreadAbortException inside a 
+       TargetInvocationException on the 2.0 profile. Fixes #81538.
+
+2007-04-09  Alp Toker  <alp@atoker.com>
+
+       * MonoMethod.cs: Use StringBuilder for the entire ToString() methods
+       to reduce allocations and increase performance.
+
+2007-04-09  Alp Toker  <alp@atoker.com>
+
+       * MonoMethod.cs: Use StringBuilder for parms in ToString() methods.
+
 2007-04-09  Alp Toker  <alp@atoker.com>
 
        * MethodBase.cs: IsGenericMethodDefinition() and IsGenericMethod()