File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ possible (see our [Version Guarantees] for more info).
10
10
11
11
These changes are available on the ` master ` branch, but have not yet been released.
12
12
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
+
13
23
## [ 2.6.0] - 2024-07-09
14
24
15
25
### Added
You can’t perform that action at this time.
0 commit comments