Update CHANGELOG with towncrier

This commit is contained in:
Bruno Oliveira
2017-12-22 17:34:12 -02:00
parent 3f09e158be
commit 9b2163f028
4 changed files with 26 additions and 3 deletions

View File

@@ -1,3 +1,29 @@
pytest-xdist 1.21.0 (2017-12-22)
================================
Deprecations and Removals
-------------------------
- Drop support for EOL Python 2.6. (`#259
<https://github.com/pytest-dev/pytest-xdist/issues/259>`_)
Features
--------
- New ``--dist=loadfile`` option which load-distributes test to workers grouped
by the file the tests live in. (`#242
<https://github.com/pytest-dev/pytest-xdist/issues/242>`_)
Bug Fixes
---------
- Fix accidental mutation of test report during serialization causing longrepr
string-ification to break. (`#241
<https://github.com/pytest-dev/pytest-xdist/issues/241>`_)
pytest-xdist 1.20.1 (2017-10-05)
================================

View File

@@ -1 +0,0 @@
Fix accidental mutation of test report during serialization causing longrepr string-ification to break.

View File

@@ -1 +0,0 @@
New ``--dist=loadfile`` option which load-distributes test to workers grouped by the file the tests live in.

View File

@@ -1 +0,0 @@
Drop support for EOL Python 2.6.