@@ -53,8 +53,10 @@ 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 ) )
58+ - Added ` discord.Interaction.created_at ` .
59+ ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
5860
5961### Fixed
6062
@@ -105,6 +107,10 @@ These changes are available on the `master` branch, but have not yet been releas
105107 ([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
106108- Fixed missing ` None ` type hints in ` Select.__init__ ` .
107109 ([ #2746 ] ( https://github.com/Pycord-Development/pycord/pull/2746 ) )
110+ - Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
111+ ([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
112+ - Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
113+ ([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
108114- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
109115 ([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
110116- Fixed support emoji aliases like ` :smile: ` in PartialEmoji.from_str.
@@ -113,6 +119,8 @@ These changes are available on the `master` branch, but have not yet been releas
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
@@ -140,6 +150,11 @@ These changes are available on the `master` branch, but have not yet been releas
140150- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
141151 ([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
142152
153+ ### Removed
154+
155+ - Removed deprecated support for ` Option ` in ` BridgeCommand ` . Use ` BridgeOption `
156+ instead. ([ #2731 ] )(https://github.com/Pycord-Development/pycord/pull/2731 ))
157+
143158## [ 2.6.1] - 2024-09-15
144159
145160### Fixed
0 commit comments