From aa19451aa0d4d31e91b8bd357b89d6c42d258a27 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 51a87310..8cd87ca7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,7 @@ - :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 - Fix paginate logic in :func:`TwitchHTTP.request` + - 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