@@ -10,7 +10,7 @@ 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** ⚠️
13
+ ⚠️ ** This version removes support for Python 3.8. ** ⚠️
14
14
15
15
### Added
16
16
@@ -23,39 +23,50 @@ These changes are available on the `master` branch, but have not yet been releas
23
23
- Added ` Member.guild_banner ` and ` Member.display_banner ` properties.
24
24
([ #2556 ] ( https://github.com/Pycord-Development/pycord/pull/2556 ) )
25
25
26
+ ### Fixed
27
+
28
+ - Fix ` Enum ` options not setting the correct type when only one choice is available.
29
+ ([ #2577 ] ( https://github.com/Pycord-Development/pycord/pull/2577 ) )
30
+
26
31
### Changed
27
32
28
33
- Renamed ` cover ` property of ` ScheduledEvent ` and ` cover ` argument of
29
34
` ScheduledEvent.edit ` to ` image ` .
30
35
([ #2496 ] ( https://github.com/Pycord-Development/pycord/pull/2496 ) )
31
- - ⚠️ ** This Version Removes Support For Python 3.8** ⚠️
36
+ - ⚠️ ** Removed support for Python 3.8. **
32
37
([ #2521 ] ( https://github.com/Pycord-Development/pycord/pull/2521 ) )
33
38
34
39
### Deprecated
35
40
36
41
- Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
37
42
([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
38
43
44
+ ## [ 2.6.1] - 2024-09-15
45
+
39
46
### Fixed
40
47
41
- - Fixed ` EntitlementIterator ` behavior with ` limit > 100 ` .
48
+ - Fixed premature garbage collection of tasks.
49
+ ([ #2510 ] ( https://github.com/Pycord-Development/pycord/pull/2510 ) )
50
+ - Fixed ` EntitlementIterator ` type hints and behavior with ` limit > 100 ` .
42
51
([ #2555 ] ( https://github.com/Pycord-Development/pycord/pull/2555 ) )
43
52
- Fixed missing ` stacklevel ` parameter in ` warn_deprecated ` function call inside
44
53
` @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 ` .
54
+ - Fixed the type hint in ` ConnectionState._polls ` to reflect actual behavior, changing
55
+ it from ` Guild ` to ` Poll ` .
47
56
([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
48
57
- Fixed missing ` __slots__ ` attributes in ` RawReactionClearEmojiEvent ` and
49
58
` RawMessagePollVoteEvent ` .
50
59
([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
51
60
- Fixed the type of ` ForumChannel.default_sort_order ` , changing it from ` int ` to
52
61
` SortOrder ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
53
- - Fixed ` PartialMessage ` s causing errors when created from ` PartialMessageable ` .
62
+ - Fixed ` PartialMessage ` causing errors when created from ` PartialMessageable ` .
54
63
([ #2568 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
55
64
- Fixed the ` guild ` attribute of ` Member ` s recieved from a ` UserCommand ` being ` None ` .
56
65
([ #2573 ] ( https://github.com/Pycord-Development/pycord/pull/2573 ) )
57
- - Fixed ` Webhook.send ` not including ` Attachment ` data.
66
+ - Fixed ` Webhook.send ` not including attachment data.
58
67
([ #2513 ] ( https://github.com/Pycord-Development/pycord/pull/2513 ) )
68
+ - Fixed inverted type hints in ` CheckAnyFailure ` .
69
+ ([ #2502 ] ( https://github.com/Pycord-Development/pycord/pull/2502 ) )
59
70
60
71
## [ 2.6.0] - 2024-07-09
61
72
0 commit comments