Skip to content

Commit 4c436c4

Browse files
committed
Update changelog
1 parent 0b73c02 commit 4c436c4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/getting-started/changelog.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,14 @@ Changelog
2828
- twitchio.AutoClient
2929
- Additions
3030
- Added ``force_subscribe`` keyword argument to :class:`twitchio.AutoClient`, allowing subscriptions passed to be made everytime the client is started.
31-
- Added ``force_scale`` keyword argument to :class:`twitchio.ext.commands.AutoClient`, allowing the associated Conduit to be scaled up/down on startup.
31+
- Added ``force_scale`` keyword argument to :class:`twitchio.AutoClient`, allowing the associated Conduit to be scaled up/down on startup.
3232
- Added more informative logging in places.
3333

3434
- Changes
3535
- Optimised the cleanup of conduit websockets. This largely only affects applications connected to large amounts of shards.
3636

3737
- twitchio.ext.commands.AutoBot
38-
- Additions
39-
- Added ``force_subscribe`` keyword argument to :class:`twitchio.ext.commands.AutoBot`, allowing subscriptions passed to be made everytime the bot is started.
40-
- Added ``force_scale`` keyword argument to :class:`twitchio.ext.commands.AutoBot`, allowing the associated Conduit to be scaled up/down on startup.
41-
- Added more informative logging in places.
42-
43-
- Changes
44-
- Optimised the cleanup of conduit websockets. This largely only affects applications connected to large amounts of shards.
38+
- Updates are identical to the updates made in the ``twitchio.AutoClient`` changelog above.
4539

4640
- twitchio.eventsub
4741
- Additions

0 commit comments

Comments
 (0)