@@ -49,12 +49,16 @@ These changes are available on the `master` branch, but have not yet been releas
4949 ([ #2579 ] ( https://github.com/Pycord-Development/pycord/pull/2579 ) )
5050- Added new ` Subscription ` object and related methods/events.
5151 ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
52+ - Added ` Message.forward_to ` , ` Message.snapshots ` , and other related attributes.
53+ ([ #2598 ] ( https://github.com/Pycord-Development/pycord/pull/2598 ) )
5254- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
5355 ([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
54- - 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 ` .
5557 ([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
5658- Added conversion to ` Member ` in ` MentionableConverter ` .
5759 ([ #2775 ] ( https://github.com/Pycord-Development/pycord/pull/2775 ) )
60+ - Added ` discord.Interaction.created_at ` .
61+ ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
5862
5963### Fixed
6064
@@ -101,14 +105,22 @@ These changes are available on the `master` branch, but have not yet been releas
101105 ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
102106- Fixed ` Subscription.renewal_sku_ids ` not accepting ` None ` from the received payload.
103107 ([ #2709 ] ( https://github.com/Pycord-Development/pycord/pull/2709 ) )
104- - Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None `
108+ - Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None ` .
105109 ([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
106110- Fixed missing ` None ` type hints in ` Select.__init__ ` .
107- ([ #2746 ] )(https://github.com/Pycord-Development/pycord/pull/2746 )
111+ ([ #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 ) )
108116- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
109- ([ #2767 ] ) (https://github.com/Pycord-Development/pycord/pull/2767 )
117+ ([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
110118- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
111- ([ #2779 ] )(https://github.com/Pycord-Development/pycord/pull/2779 )
119+ ([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
120+ - Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
121+ ([ #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 ) )
112124
113125### Changed
114126
@@ -126,6 +138,8 @@ These changes are available on the `master` branch, but have not yet been releas
126138 changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
127139- ` Entitlement.ends_at ` can now be ` None ` .
128140 ([ #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 ) )
129143
130144### Deprecated
131145
@@ -136,6 +150,11 @@ These changes are available on the `master` branch, but have not yet been releas
136150- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
137151 ([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
138152
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+
139158## [ 2.6.1] - 2024-09-15
140159
141160### Fixed
0 commit comments