-----------
* Provide new keyword-argument ``highlighted_path`` to visually distinguish
traceback elements which are path of a subtree. It defaults to
``<current-working-directory>/src`` if it exists.
This helps reading tracebacks when using complex frameworks (like SQLAlchemy,
Flask, Starlette, ...).
* [2.2.1] - fix: If the message or traceback contained Python string-template
variables the output could either break or cause incorrect output. This is
now fixed.
* [2.2.2] - fix: Correctly initialise the "highlighted_path" value
* [2.2.2post1] - fix: Corrected the "preformatters" example from the
documentation
* [2.2.3] - fix: Path highlighting in exception messages should now work with
absolute paths
* [2.2.4] - fix: regression introduced in 2.23