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/Test/System.ComponentModel/ChangeLog')
-rw-r--r--mcs/class/System/Test/System.ComponentModel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.ComponentModel/ChangeLog b/mcs/class/System/Test/System.ComponentModel/ChangeLog
index 48306615b18..c47e32828d4 100644
--- a/mcs/class/System/Test/System.ComponentModel/ChangeLog
+++ b/mcs/class/System/Test/System.ComponentModel/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-22 Marek Habersack <mhabersack@novell.com>
+
+ * TypeDescriptorTests.cs: added tests for 2.0+ APIs which deal
+ with adding/removing/getting type description providers.
+
2009-05-14 Jonathan Pryor <jpryor@novell.com>
* ListChangedEventArgsTest.cs: Fix .NET 1.1 compile error.