Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog')
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog b/mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog
new file mode 100644
index 00000000000..5d1c47de18f
--- /dev/null
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/ChangeLog
@@ -0,0 +1,3 @@
+2005-01-27 LLuis Sanchez Gual <lluis@novell.com>
+
+ * InstanceDescriptor.cs: Constructors don't need to be static.