2011-09-25  Jérémie Laval  <jeremie.laval@gmail.com>

	Fix double adding in ConcurrentDictionary ctor with IEnumerable
	seed.

2011-01-07  Jérémie Laval  <jeremie.laval@gmail.com>

	Remove now unused internal classes

2011-01-04  Jérémie Laval  <jeremie.laval@gmail.com>

	Use correct exception when a key is not found in
	ConcurrentDictionary

2010-12-16  Jérémie Laval  <jeremie.laval@gmail.com>

	Add support for storing elements with the same hashcode in
	ConcurrentDictionary. Add corresponding unit test.

2010-11-03  Jérémie Laval  <jeremie.laval@gmail.com>

	Implement Partitioner.Create int and long overloads. Add
	corresponding unit tests.

2010-08-27  Jérémie Laval  <jeremie.laval@gmail.com>

	Allow at max one Remove operation to fail in tests.

	Some concurrent collections don't necessarily guarantee that a
	call to Dequeue/Pop/equivalent will succeed even in the case there
	are elements in the collection. When one of such operation fail in
	test, retry it immediately to check for that sort of cases.

2010-08-12  Jérémie Laval  <jeremie.laval@gmail.com>

	Add additional unit test for ConcurrentDictionary to validate
	behavior with the new SplitOrderedList backend.

2010-06-03  Jérémie Laval  <jeremie.laval@gmail.com>

	* CollectionStressTestHelper.cs: Bump remove test repeat to 1000.
	Use a local variable for tracking status and only update the global one
	at the end.

2010-03-24  Jérémie Laval  <jeremie.laval@gmail.com>

	* ConcurrentDictionaryTests.cs: Renaming in Assert

2010-03-24  Jérémie Laval  <jeremie.laval@gmail.com>

	* ConcurrentDictionaryTests.cs: Update behavior of TryAddDuplicateTest
	The method returns false and doesn't throw exception anymore

2010-02-02  Jérémie Laval  <jeremie.laval@gmail.com>

	* CollectionStressTestHelper.cs:
	* ConcurrentBagTests.cs:
	* ConcurrentDictionaryTests.cs:
	* ConcurrentQueueTests.cs:
	* ConcurrentSkipListTests.cs:
	* ConcurrentStackTests.cs:
	* ParallelConcurrentQueueTests.cs:
	* ParallelConcurrentStackTests.cs: Update namespaces and tested methods

2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>

	* BlockingCollectionTests.cs: Moved file.

2009-08-05  Jérémie Laval  <jeremie.laval@gmail.com>

	* ConcurrentDictionaryTests.cs: Re-enable ConcurrentDictionary unit
	tests.

2009-08-04  Raja R Harinath  <harinath@hurrynot.org>

	* ParallelConcurrentQueueTests.cs (CountTestCase): Remove call to
	internal method.

2009-07-31  Jérémie Laval  <jeremie.laval@gmail.com>

        * ConcurrentDictionary: Ignore tests until runtime/compiler
	is fixed

2009-07-31 Jérémie Laval  <jeremie.laval@gmail.com>

	* ConcurrentDictionary.cs:
	* ConcurrentQueue.cs: Adapt test to new API

2009-07-27  Jérémie Laval  <jeremie.laval@gmail.com>

	* BlockingCollectionTests.cs:
	* CollectionStressTestHelper.cs:
	* ConcurrentBagTests.cs:
	* ConcurrentDictionaryTests.cs:
	* ConcurrentQueueTests.cs:
	* ConcurrentSkipListTests.cs:
	* ConcurrentStackTests.cs:
	* ParallelConcurrentQueueTests.cs:
	* ParallelConcurrentStackTests.cs: ParallelFx unit tests for
	System.Collections.Concurrent namespace.

