diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a14a408..7ef3553 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +pytest-xdist 1.18.1 (2017-07-05) +================================ + +Bug Fixes +--------- + +- Fixed serialization of ``longrepr.sections`` during error reporting from + workers. (`#171 `_) + +- Fix ``ReprLocal`` not being unserialized breaking --showlocals usages. (`#176 + `_) + + pytest-xdist 1.18.0 (2017-06-26) ================================ diff --git a/changelog/171.bugfix b/changelog/171.bugfix deleted file mode 100644 index 648b26a..0000000 --- a/changelog/171.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed serialization of ``longrepr.sections`` during error reporting from workers. diff --git a/changelog/176.bugfix b/changelog/176.bugfix deleted file mode 100644 index 93d0fbe..0000000 --- a/changelog/176.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix ``ReprLocal`` not being unserialized breaking --showlocals usages. \ No newline at end of file