-------------------
- Drop Python 3.7 support.
- Drop support for pytest versions less than 8.
- :class:`Sybil` now takes a name which is used in any test identifiers it produces.
- Add support for :rst:dir:`code` and :rst:dir:`sourcecode` directives in both ReST and MyST.
- Fix bug in the pytest integration that prevented multiple :class:`Sybil` instances from
parsing the same file.
- Fix bug where escaped quotes were not correctly unescaped in regions extracted from docstrings.
- Restructure usage documentation, splitting out :doc:`integration` and :doc:`parsers`
documents and introducing a :doc:`concepts` glossary.