You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/changelog.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ The changelog for this version is too large to display. Please see :ref:`Migrati
121
121
- :class:`~twitchio.ChannelFollowerEvent`
122
122
- :class:`~twitchio.ChannelFollowingEvent`
123
123
- New optional ``is_featured`` query parameter for :func:`~twitchio.PartialUser.fetch_clips`
124
+
- New optional ``is_featured`` query parameter for :func:`~twitchio.PartialUser.fetch_clips`
124
125
- New attribute :attr:`~twitchio.Clip.is_featured` for :class:`~twitchio.Clip`
125
126
126
127
- Bug fixes
@@ -159,13 +160,15 @@ The changelog for this version is too large to display. Please see :ref:`Migrati
159
160
- Added :attr:`~twitchio.ChannelInfo.content_classification_labels` and :attr:`~twitchio.ChannelInfo.is_branded_content` to :class:`~twitchio.ChannelInfo`
160
161
- Added new parameters to :func:`~twitchio.PartialUser.modify_stream` for ``is_branded_content`` and ``content_classification_labels``
161
162
163
+
162
164
- Bug fixes
163
165
- Fix :func:`~twitchio.Client.search_categories` due to :attr:`~twitchio.Game.igdb_id` being added to :class:`~twitchio.Game`
164
166
- Made Chatter :attr:`~twitchio.Chatter.id` property public
165
167
- :func:`~twitchio.Client.event_token_expired` will now be called correctly when response is ``401 Invalid OAuth token``
166
168
- Fix reconnect loop when Twitch sends a RECONNECT via IRC websocket
167
169
- Fix :func:`~twitchio.CustomReward.edit` so it now can enable the reward
168
170
171
+
169
172
- Other Changes
170
173
- Updated the HTTPException to provide useful information when an error is raised.
0 commit comments