diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab8e865..76b63e2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +pytest-xdist 1.22.2 (2018-02-26) +================================ + +Bug Fixes +--------- + +- Add backward compatibility for ``slaveoutput`` attribute to + ``WorkerController`` instances. (`#285 + `_) + + pytest-xdist 1.22.1 (2018-02-19) ================================ diff --git a/changelog/285.bugfix b/changelog/285.bugfix deleted file mode 100644 index 8a2fa52..0000000 --- a/changelog/285.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add backward compatibility for ``slaveoutput`` attribute to ``WorkerController`` instances.