New test.
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / ChangeLog
1 2006-03-10  Raja R Harinath  <rharinath@novell.com>
2
3         * CodeDomSerializerException.cs: Move to System.Design.dll.
4
5 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
6
7         * CodeDomSerializerException.cs: New file.
8
9 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
10  
11         * InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
12         level).
13
14 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.
17
18 2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>
19
20         * InstanceDescriptor.cs: Constructors don't need to be static.
21
22 2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
23
24         * ContextStack.cs: Redone based on a stack and completely implemented
25         * DesignerLoader.cs: Removed unneeded members
26         * DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
27         * ResolveNameEventArgs.cs: Visibility bug fixed
28         * RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
29         * InstanceDescriptor.cs: Completely Implemented