- Fix issue introduced in the last release which is breaking ``HTMLExceptionFormatter`` when using non-str ``__traceback_info__``.
5.0
================
- Drop support for Python 2.7, 3.5, 3.6.
4.6
================
- Catch exceptions in ``formatExceptionOnly``. Getting an exception when reporting about a different exception is not helpful. On Python 3.11 this is needed for some HTTPErrors.