ChangeLog 393 B

123456789101112
  1. 2009-12-03 Marek Safar <[email protected]>
  2. * BlockingCollection.cs, ConcurrentBag.cs: Updated to Beta 2 API.
  3. 2009-08-19 Jérémie Laval <[email protected]>
  4. * BlockingCollection.cs: Rewrite to use a transaction id
  5. based approach. Ported to 4.0 API. Fix GetConsumingEnumerable.
  6. 2009-08-11 Jérémie Laval <[email protected]>
  7. * BlockingCollection.cs: New addition.