@@ -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,7 +28,7 @@ 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
@@ -38,6 +38,8 @@ These changes are available on the `master` branch, but have not yet been releas
38
38
39
39
### Fixed
40
40
41
+ - Fixed premature garbage collection of tasks.
42
+ ([ #2510 ] ( https://github.com/Pycord-Development/pycord/pull/2510 ) )
41
43
- Fixed ` EntitlementIterator ` behavior with ` limit > 100 ` .
42
44
([ #2555 ] ( https://github.com/Pycord-Development/pycord/pull/2555 ) )
43
45
- Fixed missing ` stacklevel ` parameter in ` warn_deprecated ` function call inside
@@ -50,11 +52,11 @@ These changes are available on the `master` branch, but have not yet been releas
50
52
([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
51
53
- Fixed the type of ` ForumChannel.default_sort_order ` , changing it from ` int ` to
52
54
` SortOrder ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
53
- - Fixed ` PartialMessage ` s causing errors when created from ` PartialMessageable ` .
55
+ - Fixed ` PartialMessage ` causing errors when created from ` PartialMessageable ` .
54
56
([ #2568 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
55
57
- Fixed the ` guild ` attribute of ` Member ` s recieved from a ` UserCommand ` being ` None ` .
56
58
([ #2573 ] ( https://github.com/Pycord-Development/pycord/pull/2573 ) )
57
- - Fixed ` Webhook.send ` not including ` Attachment ` data.
59
+ - Fixed ` Webhook.send ` not including attachment data.
58
60
([ #2513 ] ( https://github.com/Pycord-Development/pycord/pull/2513 ) )
59
61
60
62
## [ 2.6.0] - 2024-07-09
0 commit comments