Skip to content

Commit ce26f36

Browse files
committed
changelog
1 parent 7213c0a commit ce26f36

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ 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+
### Fixed
14+
- Fixed missed `stacklevel` parameter in `warn_deprecated` function call inside `deprecated` decorator in utils.
15+
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
16+
- Fixed typehint in `ConnectionState._polls` incorrectly specified as `Guild` instead of `Poll`.
17+
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
18+
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and `RawMessagePollVoteEvent` classes.
19+
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
20+
- Fixed `default_sort_order` variable type being `int` instead of typehinted `SortOrder` enum in `ForumChannel` class.
21+
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
22+
1323
## [2.6.0] - 2024-07-09
1424

1525
### Added

0 commit comments

Comments
 (0)