@@ -12,13 +12,22 @@ These changes are available on the `master` branch, but have not yet been releas
12
12
13
13
### Added
14
14
15
+ - Added ` Guild.get_or_fetch() ` and ` Client.get_or_fetch() ` shortcut methods.
16
+ ([ #2776 ] ( https://github.com/Pycord-Development/pycord/pull/2776 ) )
17
+
15
18
### Changed
16
19
17
20
### Fixed
18
21
19
22
- Manage silence for new SSRC with existing user_id.
20
23
([ #2808 ] ( https://github.com/Pycord-Development/pycord/pull/2808 ) )
21
24
25
+ ### Deprecated
26
+
27
+ - Deprecated ` utils.get_or_fetch(attr, id) ` and ` Client.get_or_fetch_user(id) ` in favor
28
+ of ` utils.get_or_fetch(object_type, object_id) ` .
29
+ ([ #2776 ] ( https://github.com/Pycord-Development/pycord/pull/2776 ) )
30
+
22
31
### Removed
23
32
24
33
## [ 2.7.0rc1] - 2025-08-30
@@ -87,8 +96,6 @@ These changes are available on the `master` branch, but have not yet been releas
87
96
([ #2775 ] ( https://github.com/Pycord-Development/pycord/pull/2775 ) )
88
97
- Added ` discord.Interaction.created_at ` .
89
98
([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
90
- - Added ` Guild.get_or_fetch() ` and ` Client.get_or_fetch() ` shortcut methods.
91
- ([ #2776 ] ( https://github.com/Pycord-Development/pycord/pull/2776 ) )
92
99
- Added ` User.nameplate ` property.
93
100
([ #2817 ] ( https://github.com/Pycord-Development/pycord/pull/2817 ) )
94
101
- Added role gradients support with ` Role.colours ` and the ` RoleColours ` class.
@@ -217,9 +224,6 @@ These changes are available on the `master` branch, but have not yet been releas
217
224
([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
218
225
- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
219
226
([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
220
- - Deprecated ` utils.get_or_fetch(attr, id) ` and ` Client.get_or_fetch_user(id) ` in favor
221
- of ` utils.get_or_fetch(object_type, object_id) ` .
222
- ([ #2776 ] ( https://github.com/Pycord-Development/pycord/pull/2776 ) )
223
227
- Deprecated ` is_nsfw ` for categories since it was never supported by the API.
224
228
([ #2772 ] ( https://github.com/Pycord-Development/pycord/pull/2772 ) )
225
229
- Deprecated ` Messageable.pins() ` returning a list of ` Message ` ; it should be used as an
0 commit comments