==================
- Dropped use of zope.fixers (LP: 1118877).
- Fixed tox test error reporting; fixed tests on Pythons 2.6, 3.1, 3.2, 3.3 and
PyPy 1.9.
- Fix --shuffle ordering on Python 3.2 to be the same as it was on older Python
versions.
- Fix --shuffle nondeterminism when multiple test layers are present.
Note: this will likely change the order of tests for the same --shuffle-seed.
- New option: --profile-directory. Use it in the test suite so that tests
executed by detox in parallel don't conflict.
- Use a temporary coverage directory in the test suite so that tests
executed by detox in parallel don't conflict.
- Fix --post-mortem (aka -D, --pdb) when a test module cannot be imported
or is invalid (LP 1119363).