diff --git a/docs/source/release-notes/6.0.0.rst b/docs/source/release-notes/6.0.0.rst index edb01df..bceed6e 100644 --- a/docs/source/release-notes/6.0.0.rst +++ b/docs/source/release-notes/6.0.0.rst @@ -6,6 +6,7 @@ You can view the `6.0.0 milestone`_ on GitHub for more details. Backwards Incompatible Changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Require python >= 3.8.1 (See also :pull:`1633`, :pull:`1741`). - Remove ``--diff`` option (See also :issue:`1389`, :pull:`1720`). - Produce an error when invalid codes are specified in configuration (See also :issue:`1689`, :pull:`1713`). @@ -22,7 +23,6 @@ New Dependency Information Features ~~~~~~~~ -- Require python >= 3.8.1 (See also :pull:`1633`, :pull:`1741`). - List available formatters in for ``--format`` option in ``--help`` (See also :issue:`223`, :pull:`1624`). - Improve multiprocessing performance (See also :pull:`1723`).