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