diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de38bff..243d389 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 1.23.2 (2018-09-28) +================================ + +Bug Fixes +--------- + +- `#344 `_: Fix issue where Warnings could cause pytest to fail if they do not set the args attribute correctly. + + pytest-xdist 1.23.1 (2018-09-25) ================================ diff --git a/changelog/344.bugfix b/changelog/344.bugfix deleted file mode 100644 index a88fca2..0000000 --- a/changelog/344.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where Warnings could cause pytest to fail if they do not set the args attribute correctly.