Skip to content

Commit e473822

Browse files
committed
chore: update changelog for v2.6.1
1 parent 7585e01 commit e473822

File tree

1 file changed

+5
-45
lines changed

1 file changed

+5
-45
lines changed

CHANGELOG.md

Lines changed: 5 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,17 @@ 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.** ⚠️
14-
15-
### Added
16-
17-
- Added `Guild.fetch_role` method.
18-
([#2528](https://github.com/Pycord-Development/pycord/pull/2528))
19-
- Added the following `AppInfo` attributes: `approximate_guild_count`,
20-
`approximate_user_install_count`, `custom_install_url`, `install_params`,
21-
`interactions_endpoint_url`, `redirect_uris`, `role_connections_verification_url`, and
22-
`tags`. ([#2520](https://github.com/Pycord-Development/pycord/pull/2520))
23-
- Added `Member.guild_banner` and `Member.display_banner` properties.
24-
([#2556](https://github.com/Pycord-Development/pycord/pull/2556))
25-
26-
### Changed
27-
28-
- Renamed `cover` property of `ScheduledEvent` and `cover` argument of
29-
`ScheduledEvent.edit` to `image`.
30-
([#2496](https://github.com/Pycord-Development/pycord/pull/2496))
31-
- ⚠️ **Removed support for Python 3.8.**
32-
([#2521](https://github.com/Pycord-Development/pycord/pull/2521))
33-
34-
### Deprecated
35-
36-
- Deprecated `AppInfo.summary` in favor of `AppInfo.description`.
37-
([#2520](https://github.com/Pycord-Development/pycord/pull/2520))
13+
## [2.6.1] - 2024-09-15
3814

3915
### Fixed
4016

4117
- Fixed premature garbage collection of tasks.
4218
([#2510](https://github.com/Pycord-Development/pycord/pull/2510))
43-
- Fixed `EntitlementIterator` behavior with `limit > 100`.
19+
- Fixed `EntitlementIterator` type hints and behavior with `limit > 100`.
4420
([#2555](https://github.com/Pycord-Development/pycord/pull/2555))
4521
- Fixed missing `stacklevel` parameter in `warn_deprecated` function call inside
4622
`@utils.deprecated`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
47-
- Fixed the typehint in `ConnectionState._polls` to reflect actual behavior, changing it
23+
- Fixed the type hint in `ConnectionState._polls` to reflect actual behavior, changing it
4824
from `Guild` to `Poll`.
4925
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
5026
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
@@ -58,24 +34,8 @@ These changes are available on the `master` branch, but have not yet been releas
5834
([#2573](https://github.com/Pycord-Development/pycord/pull/2573))
5935
- Fixed `Webhook.send` not including attachment data.
6036
([#2513](https://github.com/Pycord-Development/pycord/pull/2513))
61-
62-
### Fixed
63-
64-
- Fixed `EntitlementIterator` behavior with `limit > 100`.
65-
([#2555](https://github.com/Pycord-Development/pycord/pull/2555))
66-
67-
### Fixed
68-
69-
- Fixed missing `stacklevel` parameter in `warn_deprecated` function call inside
70-
`@utils.deprecated`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
71-
- Fixed the typehint in `ConnectionState._polls` to reflect actual behavior, changing it
72-
from `Guild` to `Poll`.
73-
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
74-
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
75-
`RawMessagePollVoteEvent`.
76-
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
77-
- Fixed the type of `ForumChannel.default_sort_order`, changing it from `int` to
78-
`SortOrder`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
37+
- Fixed inverted type hints in `CheckAnyFailure`.
38+
([#2502](https://github.com/Pycord-Development/pycord/pull/2502))
7939

8040
## [2.6.0] - 2024-07-09
8141

0 commit comments

Comments
 (0)