diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9357cce6..d6263473 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +pytest-xdist 3.1.0 (2022-12-01) +=============================== + +Features +-------- + +- `#789 `_: Users can now set a default distribution mode in their configuration file: + + .. code-block:: ini + + [pytest] + addopts = --dist loadscope + +- `#842 `_: Python 3.11 is now officially supported. + + +Removals +-------- + +- `#842 `_: Python 3.6 is no longer supported. + + pytest-xdist 3.0.2 (2022-10-25) =============================== diff --git a/changelog/789.feature.rst b/changelog/789.feature.rst deleted file mode 100644 index 426583c0..00000000 --- a/changelog/789.feature.rst +++ /dev/null @@ -1,6 +0,0 @@ -Users can now set a default distribution mode in their configuration file: - -.. code-block:: ini - - [pytest] - addopts = --dist loadscope diff --git a/changelog/842.feature.rst b/changelog/842.feature.rst deleted file mode 100644 index a991347a..00000000 --- a/changelog/842.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Python 3.11 is now officially supported. diff --git a/changelog/842.removal.rst b/changelog/842.removal.rst deleted file mode 100644 index 6daecd16..00000000 --- a/changelog/842.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Python 3.6 is no longer supported.