Skip to content

Commit 42ed93c

Browse files
committed
Merge branch 'master' into dev/3.0
2 parents 189115a + da59652 commit 42ed93c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

docs/getting-started/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ The changelog for this version is too large to display. Please see :ref:`Migrati
121121
- :class:`~twitchio.ChannelFollowerEvent`
122122
- :class:`~twitchio.ChannelFollowingEvent`
123123
- 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`
124125
- New attribute :attr:`~twitchio.Clip.is_featured` for :class:`~twitchio.Clip`
125126

126127
- Bug fixes
@@ -159,13 +160,15 @@ The changelog for this version is too large to display. Please see :ref:`Migrati
159160
- Added :attr:`~twitchio.ChannelInfo.content_classification_labels` and :attr:`~twitchio.ChannelInfo.is_branded_content` to :class:`~twitchio.ChannelInfo`
160161
- Added new parameters to :func:`~twitchio.PartialUser.modify_stream` for ``is_branded_content`` and ``content_classification_labels``
161162

163+
162164
- Bug fixes
163165
- Fix :func:`~twitchio.Client.search_categories` due to :attr:`~twitchio.Game.igdb_id` being added to :class:`~twitchio.Game`
164166
- Made Chatter :attr:`~twitchio.Chatter.id` property public
165167
- :func:`~twitchio.Client.event_token_expired` will now be called correctly when response is ``401 Invalid OAuth token``
166168
- Fix reconnect loop when Twitch sends a RECONNECT via IRC websocket
167169
- Fix :func:`~twitchio.CustomReward.edit` so it now can enable the reward
168170

171+
169172
- Other Changes
170173
- Updated the HTTPException to provide useful information when an error is raised.
171174

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sphinxcontrib-asyncio
66
sphinxcontrib-websupport
77
Pygments
88
sphinx-hoverxref
9-
sphinxcontrib_trio
9+
sphinxcontrib_trio

0 commit comments

Comments
 (0)