diff --git a/CHANGELOG.md b/CHANGELOG.md index a9547fbafc..dc72431c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ These changes are available on the `master` branch, but have not yet been releas `Permissions.use_external_sounds` and `Permissions.view_creator_monetization_analytics`. ([#2620](https://github.com/Pycord-Development/pycord/pull/2620)) +- Added `MediaChannel` channel type. + ([#2641](https://github.com/Pycord-Development/pycord/pull/2641)) ### Fixed @@ -60,6 +62,8 @@ These changes are available on the `master` branch, but have not yet been releas ([#2627](https://github.com/Pycord-Development/pycord/issues/2627)) - Fixed `AttributeError` when sending polls with `PartialWebook`. ([#2624](https://github.com/Pycord-Development/pycord/pull/2624)) +- Fixed editing `ForumChannel` flags not working. + ([#2641](https://github.com/Pycord-Development/pycord/pull/2641)) - Fixed `AttributeError` when accessing `Member.guild_permissions` for user installed apps. ([#2650](https://github.com/Pycord-Development/pycord/pull/2650))