Prepare CHANGELOG for 1.18.2

This commit is contained in:
Bruno Oliveira
2017-07-28 07:31:45 -03:00
parent 6b0a8c633b
commit f27265cd28
3 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,18 @@
pytest-xdist 1.18.2 (2017-07-28)
================================
Bug Fixes
---------
- Removal of unnecessary dependency on incorrect version of py. (`#105
<https://github.com/pytest-dev/pytest-xdist/issues/105>`_)
- Fix bug in internal event-loop error handler in the master node. This bug
would shadow the original errors making extremely hard/impossible for users
to diagnose the problem properly. (`#175 <https://github.com/pytest-
dev/pytest-xdist/issues/175>`_)
pytest-xdist 1.18.1 (2017-07-05)
================================

View File

@@ -1 +0,0 @@
Removal of unnecessary dependency on incorrect version of py.

View File

@@ -1,2 +0,0 @@
Fix bug in internal event-loop error handler in the master node. This bug would shadow the original errors
making extremely hard/impossible for users to diagnose the problem properly.