This is a pre-release so you can't found any hashes nor signatures.
Please note, that changes from previous pre-releases are **not included**, but will be in the final/stable release.
Added
- **A `UserWarning` is issued, if a log function is called with `traceback=True` (or `tb=True`) but there's _no_ exception.**
- **`Logger.is_enabled_for` issues a `UserWarning`, if `Logger.threshold` is not a `Level`, and it tries to convert it.**
Changed
- **Changed how inheritence works**
- Protocols are now runtime checkable.
Removed
- **! Because inheritence changed, most of the `get_*` methods were _removed_.**