dejafu/hunit-dejafu/CHANGELOG.markdown
2017-04-07 18:16:30 +01:00

4.2 KiB

Release Notes

This project is versioned according to the Package Versioning Policy, the de facto standard Haskell versioning scheme.

unreleased

Miscellaneous

  • There is now a changelog.

0.4.0.1

Miscellaneous

  • Now supports HUnit 1.6.

0.4.0.0

Test.HUnit.DejaFu

  • All the functions which did take a Bounds now take a Way instead and support random scheduling as well.
  • The Way type from dejafu is now re-exported.

Miscellaneous

  • The minimum supported version of dejafu has been increased to 0.5 (from 0.2)

0.3.0.3

Miscellaneous

  • Now supports HUnit 1.4 and 1.5.

0.3.0.2

Miscellaneous

  • Now supports concurrency 1.0.0.0 and dejafu 0.4.0.0

0.3.0.1

Miscellaneous

  • Now supports GHC 8.

0.3.0.0

Test.HUnit.DejaFu

  • New Assertable and Testable instances for ConcST t () and ConcIO ().
  • The Bounds type from dejafu is now re-exported.

Miscellaneous

  • Now supports dejafu 0.2 (again).

0.2.1.0

Miscellaneous

  • Now supports dejafu 0.3, but drops support for dejafu 0.2.

0.2.0.0

Initial release. Go read the API docs.