diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd52e9a..11a2958 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +pytest-xdist 1.33.0 (2020-07-09) +================================ + +Features +-------- + +- `#554 `_: Fix warnings support for upcoming pytest 6.0. + + +Trivial Changes +--------------- + +- `#548 `_: SCM and CI files are no longer included in the source distribution. + + pytest-xdist 1.32.0 (2020-05-03) ================================ diff --git a/changelog/548.trivial.rst b/changelog/548.trivial.rst deleted file mode 100644 index 37a3170..0000000 --- a/changelog/548.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -SCM and CI files are no longer included in the source distribution. diff --git a/changelog/554.feature.rst b/changelog/554.feature.rst deleted file mode 100644 index 8e67c95..0000000 --- a/changelog/554.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Fix warnings support for upcoming pytest 6.0.