Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Readeem committed Jul 17, 2024
1 parent 7213c0a commit ce26f36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ possible (see our [Version Guarantees] for more info).

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

### Fixed
- Fixed missed `stacklevel` parameter in `warn_deprecated` function call inside `deprecated` decorator in utils.
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
- Fixed typehint in `ConnectionState._polls` incorrectly specified as `Guild` instead of `Poll`.
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and `RawMessagePollVoteEvent` classes.
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
- Fixed `default_sort_order` variable type being `int` instead of typehinted `SortOrder` enum in `ForumChannel` class.
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))

## [2.6.0] - 2024-07-09

### Added
Expand Down

0 comments on commit ce26f36

Please sign in to comment.