- New attributes for the `Record` class: `filename`, `line`, `basename`, `relpath`, `function`
Changed
- In the default template (attribute `template`) for the `Formatter` class, the relative path to the file and line are displayed
3.0.0
Added
- Asynchronous support - New dependency: `anyio`
Changed
- Changed structure and module imports for better code organization
2.2.0
Fixed
- Issue 2
2.1.0
Added
- `LoggingAdapterHandler`: an adapter for integration with the `logging` module allowing the use of custom handlers (`BaseHandler`, `StreamHandler`, etc.) with standard Python loggers