SortedSet: implement IntersectWith, UnionWith, ExceptWith and SymmetricExceptWith
[mono.git] / mcs / class / System / Test / System.Collections.Generic / ChangeLog
index 2a4a8a3d63e1e8c071dab1c539e70ffc781dff7d..41d635d53e08baaf26df801056e5f4ccf47a38c6 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-04  Raja R Harinath  <harinath@hurrynot.org>
+
+       * SortedSetTest.cs: Add tests for IntersectWith, UnionWith,
+       ExceptWith and SymmetricExceptWith.
+
 2010-04-02  Jb Evain  <jbevain@novell.com>
 
        * SortedSetTest.cs: add tests for Min and Max on subsets.