@@ -53,10 +53,12 @@ These changes are available on the `master` branch, but have not yet been releas
5353 ([ #2598 ] ( https://github.com/Pycord-Development/pycord/pull/2598 ) )
5454- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
5555 ([ #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 ` .
5757 ([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
5858- Added ` Guild.get_or_fetch() ` and ` Client.get_or_fetch() ` shortcut methods.
5959 ([ #2776 ] ( https://github.com/Pycord-Development/pycord/pull/2776 ) )
60+ - Added ` discord.Interaction.created_at ` .
61+ ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
6062
6163### Fixed
6264
@@ -107,12 +109,18 @@ These changes are available on the `master` branch, but have not yet been releas
107109 ([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
108110- Fixed missing ` None ` type hints in ` Select.__init__ ` .
109111 ([ #2746 ] ( https://github.com/Pycord-Development/pycord/pull/2746 ) )
112+ - Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
113+ ([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
114+ - Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
115+ ([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
110116- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
111117 ([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
112118- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
113119 ([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
114120- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
115121 ([ #2781 ] ( https://github.com/Pycord-Development/pycord/pull/2781 ) )
122+ - Fixed ` VoiceClient ` crashing randomly while receiving audio
123+ ([ #2800 ] ( https://github.com/Pycord-Development/pycord/pull/2800 ) )
116124
117125### Changed
118126
@@ -130,6 +138,8 @@ These changes are available on the `master` branch, but have not yet been releas
130138 changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
131139- ` Entitlement.ends_at ` can now be ` None ` .
132140 ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
141+ - Changed the default value of ` ApplicationCommand.nsfw ` to ` False ` .
142+ ([ #2797 ] ( https://github.com/Pycord-Development/pycord/pull/2797 ) )
133143
134144### Deprecated
135145
@@ -143,6 +153,11 @@ These changes are available on the `master` branch, but have not yet been releas
143153 ` utils.get_or_fetch(object_type, object_id) ` .
144154 ([ #2776 ] ( https://github.com/Pycord-Development/pycord/pull/2776 ) )
145155
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+
146161## [ 2.6.1] - 2024-09-15
147162
148163### Fixed
0 commit comments