Skip to content

Commit cd53c9c

Browse files
authored
chore: update changelog with v2.6.1
Signed-off-by: Dorukyum <[email protected]>
1 parent 74d2827 commit cd53c9c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,17 @@ These changes are available on the `master` branch, but have not yet been releas
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

4143
- Fixed premature garbage collection of tasks.
4244
([#2510](https://github.com/Pycord-Development/pycord/pull/2510))
43-
- Fixed `EntitlementIterator` behavior with `limit > 100`.
45+
- Fixed `EntitlementIterator` type hints and behavior with `limit > 100`.
4446
([#2555](https://github.com/Pycord-Development/pycord/pull/2555))
4547
- Fixed missing `stacklevel` parameter in `warn_deprecated` function call inside
4648
`@utils.deprecated`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
47-
- 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
4850
from `Guild` to `Poll`.
4951
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
5052
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
@@ -58,6 +60,8 @@ These changes are available on the `master` branch, but have not yet been releas
5860
([#2573](https://github.com/Pycord-Development/pycord/pull/2573))
5961
- Fixed `Webhook.send` not including attachment data.
6062
([#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))
6165

6266
## [2.6.0] - 2024-07-09
6367

0 commit comments

Comments
 (0)