Skip to content

Commit 5092ddb

Browse files
committed
Update changelog
1 parent 66f20fb commit 5092ddb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/getting-started/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1737
3.2.1
1838
======

0 commit comments

Comments
 (0)