diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3519955..76bf02c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +pytest-xdist 1.22.5 (2018-07-27) +================================ + +Bug Fixes +--------- + +- `#321 `_: Revert change that dropped support for ``pytest<3.4``. + + This change caused problems in some installations, and was a mistaken + in the first place as we should not change version requirements + in bug-fix releases unless they fix an actual bug. + + pytest-xdist 1.22.4 (2018-07-27) ================================ diff --git a/changelog/321.bugfix.rst b/changelog/321.bugfix.rst deleted file mode 100644 index e4be545..0000000 --- a/changelog/321.bugfix.rst +++ /dev/null @@ -1,5 +0,0 @@ -Revert change that dropped support for ``pytest<3.4``. - -This change caused problems in some installations, and was a mistaken -in the first place as we should not change version requirements -in bug-fix releases unless they fix an actual bug.