From 824bc5c21b4bc4fd54b8aa9b5b644b1835378b7b Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 7 Nov 2025 11:36:03 +0100 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20c47b..c8b4b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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