@@ -10,41 +10,17 @@ 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
- - ⚠️ ** Removed 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 ) )
13
+ ## [ 2.6.1] - 2024-09-15
38
14
39
15
### Fixed
40
16
41
17
- Fixed premature garbage collection of tasks.
42
18
([ #2510 ] ( https://github.com/Pycord-Development/pycord/pull/2510 ) )
43
- - Fixed ` EntitlementIterator ` behavior with ` limit > 100 ` .
19
+ - Fixed ` EntitlementIterator ` type hints and behavior with ` limit > 100 ` .
44
20
([ #2555 ] ( https://github.com/Pycord-Development/pycord/pull/2555 ) )
45
21
- Fixed missing ` stacklevel ` parameter in ` warn_deprecated ` function call inside
46
22
` @utils.deprecated ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
47
- - Fixed the typehint in ` ConnectionState._polls ` to reflect actual behavior, changing it
23
+ - Fixed the type hint in ` ConnectionState._polls ` to reflect actual behavior, changing it
48
24
from ` Guild ` to ` Poll ` .
49
25
([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
50
26
- Fixed missing ` __slots__ ` attributes in ` RawReactionClearEmojiEvent ` and
@@ -58,24 +34,8 @@ These changes are available on the `master` branch, but have not yet been releas
58
34
([ #2573 ] ( https://github.com/Pycord-Development/pycord/pull/2573 ) )
59
35
- Fixed ` Webhook.send ` not including attachment data.
60
36
([ #2513 ] ( https://github.com/Pycord-Development/pycord/pull/2513 ) )
61
-
62
- ### Fixed
63
-
64
- - Fixed ` EntitlementIterator ` behavior with ` limit > 100 ` .
65
- ([ #2555 ] ( https://github.com/Pycord-Development/pycord/pull/2555 ) )
66
-
67
- ### Fixed
68
-
69
- - Fixed missing ` stacklevel ` parameter in ` warn_deprecated ` function call inside
70
- ` @utils.deprecated ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
71
- - Fixed the typehint in ` ConnectionState._polls ` to reflect actual behavior, changing it
72
- from ` Guild ` to ` Poll ` .
73
- ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
74
- - Fixed missing ` __slots__ ` attributes in ` RawReactionClearEmojiEvent ` and
75
- ` RawMessagePollVoteEvent ` .
76
- ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
77
- - Fixed the type of ` ForumChannel.default_sort_order ` , changing it from ` int ` to
78
- ` SortOrder ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
37
+ - Fixed inverted type hints in ` CheckAnyFailure ` .
38
+ ([ #2502 ] ( https://github.com/Pycord-Development/pycord/pull/2502 ) )
79
39
80
40
## [ 2.6.0] - 2024-07-09
81
41
0 commit comments