diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad758a3..7d38ef8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 2.2.0 (2020-12-14) +=============================== + +Features +-------- + +- `#608 `_: Internal errors in workers are now propagated to the master node. + + pytest-xdist 2.1.0 (2020-08-25) =============================== diff --git a/changelog/608.feature.rst b/changelog/608.feature.rst deleted file mode 100644 index 130cc11..0000000 --- a/changelog/608.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Internal errors in workers are now propagated to the master node.