* BindingSourceTest.cs: New Filter/RemoveFilter tests.
[mono.git] / mcs / class / corlib / System.Collections.Generic / ChangeLog
index ba3e1a1d6dffe5c94b5f742c78ac96eafab75389..96f9316524a6aab04070d2f4687e129fc72e003c 100644 (file)
@@ -1,3 +1,19 @@
+2008-04-29  Juraj Skripsky <js@hotfeet.ch>
+
+       * Dictionary.cs (Clear, Remove): Clear empty slots in keySlots 
+       and valueSlots. Otherwise the garbage collector cannot reclaim 
+       the referenced key/value. Fixes bug #384723.
+
+2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * KeyNotFoundException.cs
+       * KeyValuePair.cs: Fix parameter names
+
+2008-03-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EqualityComparer.cs: Add null checks in GetHashCode. Fix bug 
+       #372892
+
 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Dictionary.cs: Ensure that the non-generic CopyTo works on Array.