Skip to content

Commit a4bd686

Browse files
authored
Merge branch 'Pycord-Development:master' into EnumDocStringFix
2 parents e328249 + cd53c9c commit a4bd686

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
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,34 +28,40 @@ 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
3535

3636
- Deprecated `AppInfo.summary` in favor of `AppInfo.description`.
3737
([#2520](https://github.com/Pycord-Development/pycord/pull/2520))
3838

39+
## [2.6.1] - 2024-09-15
40+
3941
### Fixed
4042

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`.
4246
([#2555](https://github.com/Pycord-Development/pycord/pull/2555))
4347
- Fixed missing `stacklevel` parameter in `warn_deprecated` function call inside
4448
`@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
4650
from `Guild` to `Poll`.
4751
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
4852
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
4953
`RawMessagePollVoteEvent`.
5054
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
5155
- Fixed the type of `ForumChannel.default_sort_order`, changing it from `int` to
5256
`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`.
5458
([#2568](https://github.com/Pycord-Development/pycord/pull/2500))
5559
- Fixed the `guild` attribute of `Member`s recieved from a `UserCommand` being `None`.
5660
([#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.
5862
([#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))
5965

6066
## [2.6.0] - 2024-07-09
6167

0 commit comments

Comments
 (0)