Skip to content

Commit 38e9d40

Browse files
committed
chore: update changelog
1 parent 5868ccd commit 38e9d40

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ possible (see our [Version Guarantees] for more info).
1010

1111
These changes are available on the `master` branch, but have not yet been released.
1212

13-
⚠️ **This Version Removes Support For Python 3.8** ⚠️
13+
⚠️ **This version removes support for Python 3.8.** ⚠️
1414

1515
### Added
1616

@@ -28,7 +28,7 @@ These changes are available on the `master` branch, but have not yet been releas
2828
- Renamed `cover` property of `ScheduledEvent` and `cover` argument of
2929
`ScheduledEvent.edit` to `image`.
3030
([#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.**
3232
([#2521](https://github.com/Pycord-Development/pycord/pull/2521))
3333

3434
### Deprecated
@@ -38,6 +38,8 @@ These changes are available on the `master` branch, but have not yet been releas
3838

3939
### Fixed
4040

41+
- Fixed premature garbage collection of tasks.
42+
([#2510](https://github.com/Pycord-Development/pycord/pull/2510))
4143
- Fixed `EntitlementIterator` behavior with `limit > 100`.
4244
([#2555](https://github.com/Pycord-Development/pycord/pull/2555))
4345
- 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
5052
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
5153
- Fixed the type of `ForumChannel.default_sort_order`, changing it from `int` to
5254
`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`.
5456
([#2568](https://github.com/Pycord-Development/pycord/pull/2500))
5557
- Fixed the `guild` attribute of `Member`s recieved from a `UserCommand` being `None`.
5658
([#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.
5860
([#2513](https://github.com/Pycord-Development/pycord/pull/2513))
5961

6062
## [2.6.0] - 2024-07-09

0 commit comments

Comments
 (0)