@@ -49,10 +49,14 @@ These changes are available on the `master` branch, but have not yet been releas
49
49
([ #2579 ] ( https://github.com/Pycord-Development/pycord/pull/2579 ) )
50
50
- Added new ` Subscription ` object and related methods/events.
51
51
([ #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 ) )
52
54
- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
53
55
([ #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 ` .
55
57
([ #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 ) )
56
60
57
61
### Fixed
58
62
@@ -99,14 +103,22 @@ These changes are available on the `master` branch, but have not yet been releas
99
103
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
100
104
- Fixed ` Subscription.renewal_sku_ids ` not accepting ` None ` from the received payload.
101
105
([ #2709 ] ( https://github.com/Pycord-Development/pycord/pull/2709 ) )
102
- - Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None `
106
+ - Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None ` .
103
107
([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
104
108
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
105
109
([ #2746 ] )(https://github.com/Pycord-Development/pycord/pull/2746 )
106
- - Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
107
- ([ #2767 ] )(https://github.com/Pycord-Development/pycord/pull/2767 )
108
110
- Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
109
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 )
114
+ - Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
115
+ ([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
116
+ - Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
117
+ ([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
118
+ - Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
119
+ ([ #2781 ] ( https://github.com/Pycord-Development/pycord/pull/2781 ) )
120
+ - Fixed ` VoiceClient ` crashing randomly while receiving audio
121
+ ([ #2800 ] ( https://github.com/Pycord-Development/pycord/pull/2800 ) )
110
122
111
123
### Changed
112
124
@@ -124,6 +136,8 @@ These changes are available on the `master` branch, but have not yet been releas
124
136
changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
125
137
- ` Entitlement.ends_at ` can now be ` None ` .
126
138
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
139
+ - Changed the default value of ` ApplicationCommand.nsfw ` to ` False ` .
140
+ ([ #2797 ] ( https://github.com/Pycord-Development/pycord/pull/2797 ) )
127
141
128
142
### Deprecated
129
143
@@ -134,6 +148,11 @@ These changes are available on the `master` branch, but have not yet been releas
134
148
- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
135
149
([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
136
150
151
+ ### Removed
152
+
153
+ - Removed deprecated support for ` Option ` in ` BridgeCommand ` . Use ` BridgeOption `
154
+ instead. ([ #2731 ] )(https://github.com/Pycord-Development/pycord/pull/2731 ))
155
+
137
156
## [ 2.6.1] - 2024-09-15
138
157
139
158
### Fixed
0 commit comments