diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7d38ef8..4e5bb6b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 2.2.1 (2021-02-09) +=============================== + +Bug Fixes +--------- + +- `#623 `_: Gracefully handle the pending deprecation of Node.fspath by using config.rootpath for topdir. + + pytest-xdist 2.2.0 (2020-12-14) =============================== diff --git a/changelog/623.bugfix.rst b/changelog/623.bugfix.rst deleted file mode 100644 index 13397f9..0000000 --- a/changelog/623.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Gracefully handle the pending deprecation of Node.fspath by using config.rootpath for topdir.