diff --git a/CHANGELOG.md b/CHANGELOG.md index 359bea1c76..5a6e782881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,8 +35,8 @@ These changes are available on the `master` branch, but have not yet been releas - Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and `RawMessagePollVoteEvent`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500)) -- Fixed the type of `ForumChannel.default_sort_order`, changing it from `int` to `SortOrder`. - ([#2500](https://github.com/Pycord-Development/pycord/pull/2500)) +- Fixed the type of `ForumChannel.default_sort_order`, changing it from `int` to + `SortOrder`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500)) ## [2.6.0] - 2024-07-09