From 8f90fb73db1309bba62e3a5b606be57632dc73f9 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 14 Dec 2020 09:07:15 -0300 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.rst | 9 +++++++++ changelog/608.feature.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/608.feature.rst 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.