diff --git a/CHANGELOG.md b/CHANGELOG.md index ab562147f5..377a6d0670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,8 +72,10 @@ These changes are available on the `master` branch, but have not yet been releas - Added `suppress` and `allowed_mentions` parameters to `Webhook` and `InteractionResponse` edit methods. ([#2138](https://github.com/Pycord-Development/pycord/pull/2138)) -- Added `Guild.create_forum_channel` parameter and `ForumChannel` attribute: - `default_reaction_emoji`. +- Added `default_reaction_emoji` parameter to `Guild.create_forum_channel()` + and `ForumChannel.edit()` methods. + ([#2178](https://github.com/Pycord-Development/pycord/pull/2178)) +- Added `ForumChannel.default_reaction_emoji` attribute. ([#2178](https://github.com/Pycord-Development/pycord/pull/2178)) ### Changed