------------------
* ``pytest>=6.0`` is now required.
* Added official support for Python 3.10.
* Dropped support for Python 3.5.
* Users no longer need to configure a warnings filter for the internal ``A private pytest class or function was used`` pytest warning (`52`_).
* **Experimental**: Use ``SUBPASS`` and ``,`` for passed subtests instead of general ``PASSED``,
``SUBFAIL`` and ``u`` for failed ones instead of ``FAILED`` (`30`_).
.. _30: https://github.com/pytest-dev/pytest-subtests/pull/30
.. _52: https://github.com/pytest-dev/pytest-subtests/pull/52