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/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.ComponentModel/ChangeLog b/mcs/class/System/Test/System.ComponentModel/ChangeLog
index b1d98cd8ba2..48306615b18 100644
--- a/mcs/class/System/Test/System.ComponentModel/ChangeLog
+++ b/mcs/class/System/Test/System.ComponentModel/ChangeLog
@@ -1,5 +1,9 @@
2009-05-14 Jonathan Pryor <jpryor@novell.com>
+ * ListChangedEventArgsTest.cs: Fix .NET 1.1 compile error.
+
+2009-05-14 Jonathan Pryor <jpryor@novell.com>
+
* ListChangedEventArgsTest.cs: Added; tests for ListChangedEventArgs.
2009-02-19 Marek Habersack <mhabersack@novell.com>