merge -r 60439:60440
[mono.git] / mcs / class / System / System.Collections.Generic / ChangeLog
index 5971c73b5f9b523fd37dfee7866c050530be3d37..8887fe9baebe5ff37d8ab82cba17ef14ec572340 100644 (file)
@@ -1,5 +1,23 @@
+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.
+       
+       * SortedList.cs: Fix build.
+
        * Stack.cs SortedList.cs LinkedList.cs: Update to net 2.0 RTM.
 
 2005-11-09  Zoltan Varga  <vargaz@gmail.com>