Commit 6a9937d2166023c370489d8e6654d01f6ec52f44 is not correct. WebClient.Proxy shoul...
[mono.git] / mcs / class / System / System.Collections.Concurrent / ChangeLog
1 2010-06-03  Jérémie Laval  <jeremie.laval@gmail.com>
2
3         * ConcurrentBag.cs: Add a add hint cache for faster steal retrieval.
4         Initialize lazily the underlying CyclicDeque.
5
6 2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
7
8         * BlockingCollection.cs:
9         * ConcurrentBag.cs: Add BOOTSTRAP_NET_4_0
10
11 2009-12-03  Marek Safar  <marek.safar@gmail.com>
12
13         * BlockingCollection.cs, ConcurrentBag.cs: Updated to Beta 2 API.
14
15 2009-08-19  Jérémie Laval  <jeremie.laval@gmail.com>
16
17         * BlockingCollection.cs: Rewrite to use a transaction id
18         based approach. Ported to 4.0 API. Fix GetConsumingEnumerable.
19
20 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
21
22         * BlockingCollection.cs: New addition.