We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7406289 commit 85b1146Copy full SHA for 85b1146
docs/changelog.rst
@@ -4,6 +4,7 @@ Master
4
======
5
- TwitchIO
6
- Additions
7
+ - Added :func:`~twitchio.PartialUser.fetch_charity_campaigns` with :class:`~twitchio.CharityCampaign` and :class:`~twitchio.CharityValues`.
8
- Added :func:`~twitchio.Client.fetch_global_chat_badges`
9
- Added User method :func:`~twitchio.PartialUser.fetch_chat_badges`
10
- Added repr for :class:`~twitchio.SearchUser`
@@ -28,7 +29,8 @@ Master
28
29
- Updated the HTTPException to provide useful information when an error is raised.
30
31
- ext.eventsub
- - Added websocket support via eventsub.EventSubWSClient
32
+ - Added websocket support via :class:`~twitchio.ext.eventsub.EventSubWSClient`.
33
+ - Added support for charity donation events.
34
35
- Other
36
- [speed] extra
0 commit comments