2007-08-20 Mark Probst <mark.probst@gmail.com>
[mono.git] / mcs / class / corlib / System.Security / ChangeLog
index 698b73e65da25504bf6d4132c8561a64e51e132e..e5ce00b9532c81dd9d22281a862d9417748f7523 100644 (file)
@@ -1,3 +1,9 @@
+2007-08-20  Mark Probst  <mark.probst@gmail.com>
+
+       * SecurityManager.cs: Changed arguments of MethodAccessException
+       to IntPtr, to avoid having to embed reference object values in the
+       native code.
+
 2007-08-20  Mark Probst  <mark.probst@gmail.com>
 
        * SecurityManager.cs: Added two methods needed for CoreCLR