- Added `CRITICAL` log level to the package namespace.
2.3
- Added automatic formatting for dataclasses.
2.2
- Dropped support for Python 3.7. - Added `py.typed` for better `mypy` support.
2.1
- Dropped support for Python 3.6. - Added automatic formatting of non-string messages.
2.0.1
- Fixed logging within interactive sessions.
2.0
- Removed automatic call to `init()` when creating the first logging record. - Removed `reset=True` option for `log.init()`. Use `log.reset()` instead.