File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ New logo!
99 - Re-add ``raw_usernotice `` from V1.x
1010 - Fix echo messages for replies
1111 - Fix a bug where the wrong user would be whispered
12+ - Fix a bug inside :func: `User.modify_stream ` where the game_id key would be specified as ``"None" `` if not provided (GH#237)
1213 - Add support for teams and channelteams API routes
1314 - :class: `Team `, :class: `ChannelTeams `
1415 - :func: `Client.fetch_teams `
@@ -17,6 +18,10 @@ New logo!
1718- ext.commands
1819 - Fix issue where Bot.from_client_credentials would result in an inoperable Bot instance (GH#239)
1920
21+ - ext.pubsub
22+ - Added :func: `ext.pubsub.Websocket.pubsub_error ` to support being notified of pubsub errors
23+ - Added :func: `ext.pubsub.Websocket.pubsub_nonce ` to support being notified of pubsub nonces
24+
20252.1.1
2126======
2227- Twitchio
@@ -49,8 +54,6 @@ New logo!
4954
5055- ext.pubsub
5156 - Fixed bug with Pool.unsubscribe_topics caused by typo
52- - Added :func: `ext.pubsub.Websocket.pubsub_error ` to support being notified of pubsub errors
53- - Added :func: `ext.pubsub.Websocket.pubsub_nonce ` to support being notified of pubsub nonces
5457
5558- ext.eventsub
5659 - fix :class: `ext.eventsub.models.ChannelBanData `'s ``permanent `` attribute accessing nonexistent attrs from the event payload
You can’t perform that action at this time.
0 commit comments