diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e18ad29c0..92e61fa665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,9 @@ These changes are available on the `master` branch, but have not yet been releas ([#2595](https://github.com/Pycord-Development/pycord/pull/2595)) - Fixed commands with `BucketType.cagegory` cooldown causing issues in private channels. ([#2603](https://github.com/Pycord-Development/pycord/pull/2603)) +- Fixed `Role.is_integration` to alias `Role.managed`. Usage of `Role.managed` should be + preferred. + ([#2606](https://github.com/Pycord-Development/pycord/pull/2606)) ### Changed