add changelog entry

This commit is contained in:
Niko 2025-11-07 11:36:03 +01:00 committed by GitHub
parent bb188f14ee
commit 824bc5c21b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ Rebasing master onto v3 doesn't require a changelog update.
- Replaced the `set_auth` and `auth_manager` properties with standard attributes.
- Replaced string concatenations and `str.format()` with f-strings
- Modified docstrings to use the reStructuredText format
- Replaced `localhost` with `127.0.0.1`.
### Fixed