@@ -14,19 +14,39 @@ These changes are available on the `master` branch, but have not yet been releas
1414
1515- Added ` Member.colours ` and ` Member.colors ` properties.
1616 ([ #3063 ] ( https://github.com/Pycord-Development/pycord/pull/3063 ) )
17+ - Added the ability to respond to interactions with suppressed push and desktop
18+ notifications. ([ #3062 ] ( https://github.com/Pycord-Development/pycord/pull/3062 ) )
19+ - Added ` User.collectibles ` property.
20+ ([ #3107 ] ( https://github.com/Pycord-Development/pycord/pull/3107 ) )
21+ - Added the ability to compare instances of ` Nameplate ` .
22+ ([ #3107 ] ( https://github.com/Pycord-Development/pycord/pull/3107 ) )
23+ - Added ` Member.display_avatar_decoration ` and ` Member.guild_avatar_decoration ` .
24+ ([ #3109 ] ( https://github.com/Pycord-Development/pycord/pull/3109 ) )
1725
1826### Changed
1927
2028- Changed ` Member.colour ` and ` Member.color ` to be aliases for ` Member.colours.primary ` .
2129 ([ #3063 ] ( https://github.com/Pycord-Development/pycord/pull/3063 ) )
30+ - Changed ` User.nameplate ` to be an alias for ` User.collectibles.nameplate ` .
31+ ([ #3107 ] ( https://github.com/Pycord-Development/pycord/pull/3107 ) )
32+ - Changed ` FileComponent.name ` and ` FileComponent.size ` to be optional.
33+ ([ #3115 ] ( https://github.com/Pycord-Development/pycord/pull/3115 ) )
2234
2335### Fixed
2436
2537- Fixed some ` Item ` attributes not being set correctly.
2638 ([ #3102 ] ( https://github.com/Pycord-Development/pycord/pull/3102 ) )
39+ - Fixed use of deprecated ` float ` type for ` timeout=... ` in ` ws_connect() ` .
40+ ([ #3105 ] ( https://github.com/Pycord-Development/pycord/pull/3105 ) )
41+ - Fixed the update of a user's ` avatar_decoration ` to now cause an ` on_user_update `
42+ event to fire. ([ #3103 ] ( https://github.com/Pycord-Development/pycord/pull/3103 ) )
2743
2844### Deprecated
2945
46+ - Deprecated the ` suppress ` parameter in all applicable message-related methods in favor
47+ of ` suppress_embeds ` .
48+ ([ #3062 ] ( https://github.com/Pycord-Development/pycord/pull/3062 ) )
49+
3050### Removed
3151
3252- Removed the guild creation and ownership-related methods and arguments due to updated
@@ -42,9 +62,14 @@ These changes are available on the `master` branch, but have not yet been releas
4262 ([ #3055 ] ( https://github.com/Pycord-Development/pycord/pull/3055 ) )
4363- Added the ability to compare instances of ` PrimaryGuild ` .
4464 ([ #3077 ] ( https://github.com/Pycord-Development/pycord/pull/3077 ) )
65+ - Added ` cache_default_sounds ` parameter to ` Client ` and its subclasses.
66+ ([ #3113 ] ( https://github.com/Pycord-Development/pycord/pull/3113 ) )
4567
4668### Changed
4769
70+ - Migrated away from ` utils.deprecated ` in favor of ` warnings.deprecated ` . Added type
71+ checker warnings support for function deprecations.
72+ ([ #3042 ] ( https://github.com/Pycord-Development/pycord/pull/3042 ) )
4873- Updated ` Role.is_assignable() ` to also check whether the bot has the ` MANAGE_ROLES `
4974 permission. ([ #3048 ] ( https://github.com/Pycord-Development/pycord/pull/3048 ) )
5075- Updated the docs' Sphinx version to v9.
0 commit comments