diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd08eb6..3a9d150 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 1.23.0 (2018-08-23) +================================ + +Features +-------- + +- `#330 `_: Improve collection performance by reducing the number of events sent to ``master`` node. + + pytest-xdist 1.22.5 (2018-07-27) ================================ diff --git a/changelog/330.feature.rst b/changelog/330.feature.rst deleted file mode 100644 index b2c172c..0000000 --- a/changelog/330.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Improve collection performance by reducing the number of events sent to ``master`` node.