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:
authorSebastien Pouliot <sebastien@ximian.com>2005-11-16 18:38:47 +0300
committerSebastien Pouliot <sebastien@ximian.com>2005-11-16 18:38:47 +0300
commiteeb2834d7ba1d2c660df941cc63ad2c1d179c45d (patch)
tree0cf4184d19b3b0e959e4cd9cccd195b9bf73bbd9 /mcs/class/System/System.Timers/ChangeLog
parentdeed1303023f191a3fd668c2c488e99f8da8231c (diff)
2005-11-16 Sebastien Pouliot <sebastien@ximian.com>
* TimersDescriptionAttribute.cs: Revert Description property fix because it doesn't always returns null (exact conditions unknown). svn path=/trunk/mcs/; revision=53123
Diffstat (limited to 'mcs/class/System/System.Timers/ChangeLog')
-rw-r--r--mcs/class/System/System.Timers/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.Timers/ChangeLog b/mcs/class/System/System.Timers/ChangeLog
index 766e12adba2..0569399c8f2 100644
--- a/mcs/class/System/System.Timers/ChangeLog
+++ b/mcs/class/System/System.Timers/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-16 Sebastien Pouliot <sebastien@ximian.com>
+
+ * TimersDescriptionAttribute.cs: Revert Description property fix
+ because it doesn't always returns null (exact conditions unknown).
+
2005-11-16 Sebastien Pouliot <sebastien@ximian.com>
* ElapsedEventHandler.cs: Remove [Serializable] from 2.0 profile.