diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32b77e6..2c83c2c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +pytest-xdist 1.27.0 (2019-02-15) +================================ + +Features +-------- + +- `#374 `_: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. + +- `#415 `_: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option. + + pytest-xdist 1.26.1 (2019-01-28) ================================ diff --git a/changelog/374.feature.rst b/changelog/374.feature.rst deleted file mode 100644 index d0c6c88..0000000 --- a/changelog/374.feature.rst +++ /dev/null @@ -1 +0,0 @@ -The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. diff --git a/changelog/415.feature.rst b/changelog/415.feature.rst deleted file mode 100644 index bb63455..0000000 --- a/changelog/415.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.