Skip to content

Commit 304d70b

Browse files
committed
📝 CHANGELOG.md
1 parent 5ac16bb commit 304d70b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ These changes are available on the `master` branch, but have not yet been releas
4949
([#2579](https://github.com/Pycord-Development/pycord/pull/2579))
5050
- Added new `Subscription` object and related methods/events.
5151
([#2564](https://github.com/Pycord-Development/pycord/pull/2564))
52+
- Added `RoleType` enum accessible via `Role.type` and `RoleTags.type`.
53+
([#2708](https://github.com/Pycord-Development/pycord/pull/2708))
5254

5355
### Fixed
5456

@@ -121,6 +123,10 @@ These changes are available on the `master` branch, but have not yet been releas
121123
([#2501](https://github.com/Pycord-Development/pycord/pull/2501))
122124
- Deprecated `Interaction.cached_channel` in favor of `Interaction.channel`.
123125
([#2658](https://github.com/Pycord-Development/pycord/pull/2658))
126+
- Deprecated for both `Role` and `RoleTags`: `is_bot_managed`, `is_premium_subscriber`,
127+
`is_integration`, `is_available_for_purchase`, and `is_guild_connections_role`, in
128+
favor of `Role.type` and `RoleTags.type`.
129+
([#2708](https://github.com/Pycord-Development/pycord/pull/2708))
124130

125131
## [2.6.1] - 2024-09-15
126132

0 commit comments

Comments
 (0)