diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29764aa5..67a280e4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 2.4.0 (2021-09-03) +Features +-------- + +- `#696 `_: On Linux, the process title now changes to indicate the current worker state (running/idle). + + Depends on the `setproctitle `__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``. + + pytest-xdist 2.3.0 (2021-06-16) =============================== diff --git a/changelog/696.feature.rst b/changelog/696.feature.rst deleted file mode 100644 index 8c78a141..00000000 --- a/changelog/696.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -On Linux, the process title now changes to indicate the current worker state (running/idle). - -Depends on the `setproctitle `__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``.