diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d23dbb7..39d269e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +pytest-xdist 1.20.0 (2017-08-17) +================================ + +Features +-------- + +- ``xdist`` now supports tests to log results multiple times, improving + integration with plugins which require it like `pytest-rerunfailures + _` and `flaky + `_. (`#206 `_) + + +Bug Fixes +--------- + +- Fix issue where tests were being incorrectly identified if a worker crashed + during the ``teardown`` stage of the test. (`#124 `_) + + pytest-xdist 1.19.1 (2017-08-10) ================================ diff --git a/changelog/124.bugfix b/changelog/124.bugfix deleted file mode 100644 index b73ee67..0000000 --- a/changelog/124.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where tests were being incorrectly identified if a worker crashed during the ``teardown`` stage of the test. diff --git a/changelog/206.feature b/changelog/206.feature deleted file mode 100644 index 566f811..0000000 --- a/changelog/206.feature +++ /dev/null @@ -1,2 +0,0 @@ -``xdist`` now supports tests to log results multiple times, improving integration with plugins which require -it like `pytest-rerunfailures _` and `flaky `_.