X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Collections.Generic%2FChangeLog;h=8887fe9baebe5ff37d8ab82cba17ef14ec572340;hb=096265478e6e4145c90250a5bf78c0c179ee50af;hp=52137efaab8de986bac67bafbafaa5305feddcec;hpb=43706def15e43e7d8578db59f096cd2bc69d3a7f;p=mono.git diff --git a/mcs/class/System/System.Collections.Generic/ChangeLog b/mcs/class/System/System.Collections.Generic/ChangeLog index 52137efaab8..8887fe9baeb 100644 --- a/mcs/class/System/System.Collections.Generic/ChangeLog +++ b/mcs/class/System/System.Collections.Generic/ChangeLog @@ -1,3 +1,29 @@ +2006-04-05 Atsushi Enomoto + + * SortedDictionary.cs : new file. The original code is mostly + from Kazuki Oikawa. + +2006-03-11 Miguel de Icaza + + * 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 + + * 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 + + * SortedList.cs: New file. + 2005-09-04 David Waite * LinkedList.cs, LinkedListNode.cs: added implementation of LinkedList