From d2a8cf00de5c6578ea43410b77c5f8cb8d5edd81 Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Mon, 8 Apr 2024 22:09:51 +0200 Subject: [PATCH] Updated history --- HISTORY.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 41a5ee0..2813032 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ======= +v0.7.6 +------ +* Fix: Set token type correctly for OAuth/PKCE authentication - tehkillerbee_ +* Revert to using enums with str support for relevant classes - tehkillerbee_, exislow_ +* Removed return types from method names for consistency, added deprecation warnings - exislow_ + v0.7.5 ------ * Fix: Use wide image when no square picture is available. - tehkillerbee_