2006-01-26 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
index 816999ccb90bb198f0deccf1f9cc80dbe45ffc9a..966d4cb3d094036edb02d24d7b80a3304e1436d3 100644 (file)
@@ -1,3 +1,22 @@
+2006-01-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * DebuggerNonUserCodeAttribute.cs: New file.
+
+2005-12-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackTrace.cs: Added, if avilable, the filename/lineno debug 
+       information in ToString() like it's done on the 2.0 framework (i.e. 
+       Mono will display it for all profile, MS only in 2.0). Fix bug #75932.
+
+2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StackTrace.cs: Add an internal ctor which skips unmanaged frames.
+
+2005-04-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Moved documentation comments (XML) to monodoc. 
+       Removed unused method ObjectsEqual.
+
 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
 
        * StackFrame.cs: Fix CAS unit tests for NET_1_1.