From bec306cc47fd1a8172e2316f7e27840052c0919d Mon Sep 17 00:00:00 2001 From: Tiago Vilela Date: Tue, 1 Mar 2022 22:15:12 -0300 Subject: [PATCH] docs: update changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b9131961..594e7438 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,7 @@ - Add `is_broadcaster` check to `PartialChatter` class. This is accessible as `ctx.author.is_broadcaster` - :func:`User.fetch_follow` will now return None if the FollowEvent does not exists - TwitchIO will now correctly handle error raised when only the prefix is typed in chat + - Expose the limit parameter to all pageable :class:`TwitchHTTP` methods and to :func:`PartialUser.fetch_following` - ext.commands - Fixed an issue (`GH#273 `_) where cog listeners were not ejected when unloading a module