From 3579bfce7d1a15570d918ef3f8678dc392f6920a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 9 Nov 2018 14:29:21 -0200 Subject: [PATCH] Release 1.21.1 --- CHANGELOG.rst | 9 +++++++++ changelog/349.bugfix.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/349.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c87883..915fc1c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 1.24.1 (2018-11-09) +================================ + +Bug Fixes +--------- + +- `#349 `_: Correctly handle warnings created with arguments that can't be serialized during the transfer from workers to master node. + + pytest-xdist 1.24.0 (2018-10-18) ================================ diff --git a/changelog/349.bugfix.rst b/changelog/349.bugfix.rst deleted file mode 100644 index af0fa43..0000000 --- a/changelog/349.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Correctly handle warnings created with arguments that can't be serialized during the transfer from workers to master node.