New test.
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / ChangeLog
index 0b30e46b38aec4144eeec12c1d758a20aa01ab3d..41fe1e9c49cf2b14dc08c7fb1b66788d04594269 100644 (file)
@@ -1,3 +1,20 @@
+2006-03-10  Raja R Harinath  <rharinath@novell.com>
+
+       * CodeDomSerializerException.cs: Move to System.Design.dll.
+
+2006-03-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * CodeDomSerializerException.cs: New file.
+
+2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
+       * InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
+       level).
+
+2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.
+
 2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>
 
        * InstanceDescriptor.cs: Constructors don't need to be static.
@@ -9,4 +26,4 @@
        * DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
        * ResolveNameEventArgs.cs: Visibility bug fixed
        * RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
-       * InstanceDescriptor.cs: Completely Implemented 
\ No newline at end of file
+       * InstanceDescriptor.cs: Completely Implemented