@@ -10,6 +10,49 @@ possible (see our [Version Guarantees] for more info).
10
10
11
11
These changes are available on the ` master ` branch, but have not yet been released.
12
12
13
+ ⚠️ ** This Version Removes Support For Python 3.8** ⚠️
14
+
15
+ ### Added
16
+
17
+ - Added ` Guild.fetch_role ` method.
18
+ ([ #2528 ] ( https://github.com/Pycord-Development/pycord/pull/2528 ) )
19
+ - Added the following ` AppInfo ` attributes: ` approximate_guild_count ` ,
20
+ ` approximate_user_install_count ` , ` custom_install_url ` , ` install_params ` ,
21
+ ` interactions_endpoint_url ` , ` redirect_uris ` , ` role_connections_verification_url ` , and
22
+ ` tags ` . ([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
23
+ - Added ` Member.guild_banner ` and ` Member.display_banner ` properties.
24
+ ([ #2556 ] ( https://github.com/Pycord-Development/pycord/pull/2556 ) )
25
+
26
+ ### Changed
27
+
28
+ - Renamed ` cover ` property of ` ScheduledEvent ` and ` cover ` argument of
29
+ ` ScheduledEvent.edit ` to ` image ` .
30
+ ([ #2496 ] ( https://github.com/Pycord-Development/pycord/pull/2496 ) )
31
+ - ⚠️ ** This Version Removes Support For Python 3.8** ⚠️
32
+ ([ #2521 ] ( https://github.com/Pycord-Development/pycord/pull/2521 ) )
33
+
34
+ ### Deprecated
35
+
36
+ - Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
37
+ ([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
38
+
39
+ ### Fixed
40
+
41
+ - Fixed ` EntitlementIterator ` behavior with ` limit > 100 ` .
42
+ ([ #2555 ] ( https://github.com/Pycord-Development/pycord/pull/2555 ) )
43
+ - Fixed missing ` stacklevel ` parameter in ` warn_deprecated ` function call inside
44
+ ` @utils.deprecated ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
45
+ - Fixed the typehint in ` ConnectionState._polls ` to reflect actual behavior, changing it
46
+ from ` Guild ` to ` Poll ` .
47
+ ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
48
+ - Fixed missing ` __slots__ ` attributes in ` RawReactionClearEmojiEvent ` and
49
+ ` RawMessagePollVoteEvent ` .
50
+ ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
51
+ - Fixed the type of ` ForumChannel.default_sort_order ` , changing it from ` int ` to
52
+ ` SortOrder ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
53
+ - Fixed ` PartialMessage ` s causing errors when created from ` PartialMessageable ` .
54
+ ([ #2568 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
55
+
13
56
## [ 2.6.0] - 2024-07-09
14
57
15
58
### Added
0 commit comments