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/corlib/System.Collections/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Collections/ChangeLog15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcs/class/corlib/System.Collections/ChangeLog b/mcs/class/corlib/System.Collections/ChangeLog
index a4f41200ed2..4d711458ae8 100644
--- a/mcs/class/corlib/System.Collections/ChangeLog
+++ b/mcs/class/corlib/System.Collections/ChangeLog
@@ -1,18 +1,3 @@
-
-Tue Feb 28 14:16:25 CET 2006 Paolo Molaro <lupus@ximian.com>
-
- * BitArray.cs: reintroduce optimization carelessly removed by
- Robitaille.
-
-2006-02-03 Sebastien Robitaille <sebastien.robitaille@croesus.com>
-
- * BitArray.cs: Renamed members for interoperability with MS.
-
-Tue Jan 24 18:24:00 CET 2006 Paolo Molaro <lupus@ximian.com>
-
- * BitArray.cs: optimize bit access by removing expensive
- div/rem ops.
-
2006-01-04 Sebastien Pouliot <sebastien@ximian.com>
* Hashtable.cs: Mark all inner classes as [Serializable] to match MS