@@ -53,11 +53,13 @@ These changes are available on the `master` branch, but have not yet been releas
53
53
([ #2598 ] ( https://github.com/Pycord-Development/pycord/pull/2598 ) )
54
54
- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
55
55
([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
56
- - Added the ability to pass a ` datetime.time ` object to ` format_dt `
56
+ - Added the ability to pass a ` datetime.time ` object to ` format_dt ` .
57
57
([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
58
58
- Added the ability to pass an ` overlap ` parameter to the ` loop ` decorator and ` Loop `
59
59
class, allowing concurrent iterations if enabled.
60
60
([ #2765 ] ( https://github.com/Pycord-Development/pycord/pull/2765 ) )
61
+ - Added ` discord.Interaction.created_at ` .
62
+ ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
61
63
62
64
### Fixed
63
65
@@ -108,12 +110,20 @@ These changes are available on the `master` branch, but have not yet been releas
108
110
([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
109
111
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
110
112
([ #2746 ] ( https://github.com/Pycord-Development/pycord/pull/2746 ) )
113
+ - Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
114
+ ([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
115
+ - Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
116
+ ([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
111
117
- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
112
118
([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
119
+ - Fixed support emoji aliases like ` :smile: ` in PartialEmoji.from_str.
120
+ ([ #2774 ] ( https://github.com/Pycord-Development/pycord/pull/2774 ) )
113
121
- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
114
122
([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
115
123
- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
116
124
([ #2781 ] ( https://github.com/Pycord-Development/pycord/pull/2781 ) )
125
+ - Fixed ` VoiceClient ` crashing randomly while receiving audio
126
+ ([ #2800 ] ( https://github.com/Pycord-Development/pycord/pull/2800 ) )
117
127
118
128
### Changed
119
129
@@ -131,6 +141,8 @@ These changes are available on the `master` branch, but have not yet been releas
131
141
changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
132
142
- ` Entitlement.ends_at ` can now be ` None ` .
133
143
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
144
+ - Changed the default value of ` ApplicationCommand.nsfw ` to ` False ` .
145
+ ([ #2797 ] ( https://github.com/Pycord-Development/pycord/pull/2797 ) )
134
146
135
147
### Deprecated
136
148
@@ -141,6 +153,11 @@ These changes are available on the `master` branch, but have not yet been releas
141
153
- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
142
154
([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
143
155
156
+ ### Removed
157
+
158
+ - Removed deprecated support for ` Option ` in ` BridgeCommand ` . Use ` BridgeOption `
159
+ instead. ([ #2731 ] )(https://github.com/Pycord-Development/pycord/pull/2731 ))
160
+
144
161
## [ 2.6.1] - 2024-09-15
145
162
146
163
### Fixed
0 commit comments