merge -r 60439:60440
[mono.git] / mcs / class / System / System.Collections.Generic / ChangeLog
index 2f6695a53655d48863c71d250814c8db09ca827d..8887fe9baebe5ff37d8ab82cba17ef14ec572340 100644 (file)
@@ -1,3 +1,17 @@
+2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SortedDictionary.cs : new file. The original code is mostly
+         from Kazuki Oikawa.
+
+2006-03-11  Miguel de Icaza  <miguel@novell.com>
+
+       * Queue.cs: Flag as serializable.
+
+       * LinkedList.cs (OnDeserialization): Fix signature. 
+
+       * SortedList.cs: Implement explicitly a few methods that were
+       flagged by corcompare. 
+
 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
 
        * SortedList.cs Queue.cs Stack.cs: Implement TrimExcess methods.