File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ Master
1616 - Added :func: `~twitchio.PartialUser.update_shield_mode_status `
1717 - Added :func: `~twitchio.PartialUser.fetch_followed_streams `
1818 - Added :func: `~twitchio.PartialUser.shoutout `
19+ - Added ``type `` arg to :func: `~twitchio.Client.fetch_streams `
1920
2021 - Bug fixes
2122 - Fix :func: `~twitchio.PartialUser.fetch_bits_leaderboard ` not handling ``started_at `` and :class: `~twitchio.BitsLeaderboard ` not correctly parsing
2223 - Fix parsing :class: `~twitchio.ScheduleSegment ` where :attr: `~twitchio.ScheduleSegment.end_time ` is None
2324 - Fix auto reconnect of websocket. Created tasks by asyncio.create_task() need to be referred to prevent task disappearing (garbage collection)
2425 - Strip newlines from message content when sending or replying to IRC websocket
26+ - Removed unnessecary assert from :func: `~twitchio.Client.fetch_streams `
2527
2628- ext.eventsub
2729 - Documentation
You can’t perform that action at this time.
0 commit comments