diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccad6028..6e7033aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +pytest-xdist 1.22.0 (2018-01-11) +================================ + +Features +-------- + +- Add support for the ``pytest_runtest_logfinish`` hook which will be released + in pytest 3.4. (`#266 + `_) + + pytest-xdist 1.21.0 (2017-12-22) ================================ diff --git a/changelog/266.feature b/changelog/266.feature deleted file mode 100644 index 205ce0f1..00000000 --- a/changelog/266.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for the ``pytest_runtest_logfinish`` hook which will be released in pytest 3.4.