@@ -36,15 +36,17 @@ These changes are available on the `master` branch, but have not yet been releas
36
36
- Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
37
37
([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
38
38
39
+ ## [ 2.6.1] - 2024-09-15
40
+
39
41
### Fixed
40
42
41
43
- Fixed premature garbage collection of tasks.
42
44
([ #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 ` .
44
46
([ #2555 ] ( https://github.com/Pycord-Development/pycord/pull/2555 ) )
45
47
- Fixed missing ` stacklevel ` parameter in ` warn_deprecated ` function call inside
46
48
` @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
48
50
from ` Guild ` to ` Poll ` .
49
51
([ #2500 ] ( https://github.com/Pycord-Development/pycord/pull/2500 ) )
50
52
- 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
58
60
([ #2573 ] ( https://github.com/Pycord-Development/pycord/pull/2573 ) )
59
61
- Fixed ` Webhook.send ` not including attachment data.
60
62
([ #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 ) )
61
65
62
66
## [ 2.6.0] - 2024-07-09
63
67
0 commit comments