File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,17 @@ possible (see our [Version Guarantees] for more info).
11
11
These changes are available on the ` master ` branch, but have not yet been released.
12
12
13
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 ` .
14
+
15
+ - Fixed missed ` stacklevel ` parameter in ` warn_deprecated ` function call inside
16
+ ` deprecated ` decorator in utils .
17
17
([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
18
- - Fixed missing ` __slots__ ` attributes in ` RawReactionClearEmojiEvent ` and ` RawMessagePollVoteEvent ` classes.
18
+ - Fixed typehint in ` ConnectionState._polls ` incorrectly specified as ` Guild ` instead of
19
+ ` Poll ` . ([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
20
+ - Fixed missing ` __slots__ ` attributes in ` RawReactionClearEmojiEvent ` and
21
+ ` RawMessagePollVoteEvent ` classes.
19
22
([ #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.
23
+ - Fixed ` default_sort_order ` variable type being ` int ` instead of typehinted ` SortOrder `
24
+ enum in ` ForumChannel ` class.
21
25
([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
22
26
23
27
### Changed
You can’t perform that action at this time.
0 commit comments