diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 917b450..ccad602 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,29 @@ +pytest-xdist 1.21.0 (2017-12-22) +================================ + +Deprecations and Removals +------------------------- + +- Drop support for EOL Python 2.6. (`#259 + `_) + + +Features +-------- + +- New ``--dist=loadfile`` option which load-distributes test to workers grouped + by the file the tests live in. (`#242 + `_) + + +Bug Fixes +--------- + +- Fix accidental mutation of test report during serialization causing longrepr + string-ification to break. (`#241 + `_) + + pytest-xdist 1.20.1 (2017-10-05) ================================ diff --git a/changelog/241.bugfix b/changelog/241.bugfix deleted file mode 100644 index 109fac6..0000000 --- a/changelog/241.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix accidental mutation of test report during serialization causing longrepr string-ification to break. \ No newline at end of file diff --git a/changelog/242.feature b/changelog/242.feature deleted file mode 100644 index b767adb..0000000 --- a/changelog/242.feature +++ /dev/null @@ -1 +0,0 @@ -New ``--dist=loadfile`` option which load-distributes test to workers grouped by the file the tests live in. diff --git a/changelog/259.removal b/changelog/259.removal deleted file mode 100644 index 110c9bc..0000000 --- a/changelog/259.removal +++ /dev/null @@ -1 +0,0 @@ -Drop support for EOL Python 2.6. \ No newline at end of file