Skip to content

Commit ab35c85

Browse files
committed
update changelog
1 parent 011226c commit ab35c85

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
2025
2.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

0 commit comments

Comments
 (0)