File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,26 @@ Changelog
1313 - Added - :class: `~twitchio.SuspiciousChatUser ` model.
1414 - Added - :func: `~twitchio.PartialUser.add_suspicious_chat_user ` to :class: `~twitchio.PartialUser `.
1515 - Added - :func: `~twitchio.PartialUser.remove_suspicious_chat_user ` to :class: `~twitchio.PartialUser `.
16+ - Added - :exc: `~twitchio.DeviceCodeFlowException `
17+ - Added - :class: `~twitchio.DeviceCodeRejection `
18+
19+ - Changes
20+ - Some of the internal token management has been adjusted to support applications using DCF.
21+
22+ - twitchio.Client
23+ - Additions
24+ - Added - :meth: `twitchio.Client.login_dcf `
25+ - Added - :meth: `twitchio.Client.start_dcf `
26+ - Added - :attr: `twitchio.Client.http `
27+
28+ - Changes
29+ - The ``client_secret `` passed to :class: `~twitchio.Client ` is now optional for DCF support.
30+ - Some methods using deprecated ``asyncio `` methods were updated to use ``inspect ``.
31+
32+ - twitchio.ext.commands.Bot
33+ - Changes
34+ - The ``bot_id `` passed to :class: `~twitchio.ext.commands.Bot ` is now optional for DCF support.
35+
1636
17373.2.1
1838======
You can’t perform that action at this time.
0 commit comments