@@ -10,6 +10,8 @@ possible (see our [Version Guarantees] for more info).
10
10
11
11
These changes are available on the ` master ` branch, but have not yet been released.
12
12
13
+ ## [ 2.6.0] - 2024-07-09
14
+
13
15
### Added
14
16
15
17
- Added ` banner ` parameter to ` ClientUser.edit ` .
@@ -68,7 +70,7 @@ These changes are available on the `master` branch, but have not yet been releas
68
70
([ #2448 ] ( https://github.com/Pycord-Development/pycord/pull/2448 ) )
69
71
- Fixed missing ` application_id ` in ` Entitlement.delete ` .
70
72
([ #2458 ] ( https://github.com/Pycord-Development/pycord/pull/2458 ) )
71
- - Fixed issues with enums as ` Option ` types with long descriptions or too many values
73
+ - Fixed issues with enums as ` Option ` types with long descriptions or too many values.
72
74
([ #2463 ] ( https://github.com/Pycord-Development/pycord/pull/2463 ) )
73
75
- Fixed many inaccurate type hints throughout the library.
74
76
([ #2457 ] ( https://github.com/Pycord-Development/pycord/pull/2457 ) )
@@ -101,6 +103,8 @@ These changes are available on the `master` branch, but have not yet been releas
101
103
- Replaced ` Client.fetch_entitlements ` with ` Client.entitlements ` , which returns an
102
104
` EntitlementIterator ` .
103
105
([ #2490 ] ( https://github.com/Pycord-Development/pycord/pull/2490 ) )
106
+ - Changed the error message that appears when attempting to add a subcommand group to a
107
+ subcommand group. ([ #2275 ] ( https://github.com/Pycord-Development/pycord/pull/2275 ) )
104
108
105
109
### Removed
106
110
@@ -111,7 +115,7 @@ These changes are available on the `master` branch, but have not yet been releas
111
115
and ` after ` parameters.
112
116
([ #2371 ] ( https://github.com/Pycord-Development/pycord/pull/2371 ) )
113
117
- Removed the ` vanity_code ` parameter from ` Guild.edit ` .
114
- ([ #2480 ] ( https://github.com/Pycord-Development/pycord/pull/2480 ) )
118
+ ([ #2491 ] ( https://github.com/Pycord-Development/pycord/pull/2491 ) )
115
119
116
120
## [ 2.5.0] - 2024-03-02
117
121
@@ -239,8 +243,6 @@ These changes are available on the `master` branch, but have not yet been releas
239
243
([ #2170 ] ( https://github.com/Pycord-Development/pycord/pull/2170 ) )
240
244
- ` BridgeOption ` must now be used for arguments in bridge commands.
241
245
([ #2252 ] ( https://github.com/Pycord-Development/pycord/pull/2252 ) )
242
- - Changed the error message that appears when attempting to add a subcommand group to a
243
- subcommand group. ([ #2275 ] ( https://github.com/Pycord-Development/pycord/pull/2275 ) )
244
246
245
247
### Removed
246
248
@@ -885,7 +887,8 @@ These changes are available on the `master` branch, but have not yet been releas
885
887
- Fix py3.10 UnionType checks issue.
886
888
([ #1240 ] ( https://github.com/Pycord-Development/pycord/pull/1240 ) )
887
889
888
- [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.5.0...HEAD
890
+ [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.6.0...HEAD
891
+ [ 2.6.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.5.0...2.6.0
889
892
[ 2.5.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.4.1...v2.5.0
890
893
[ 2.4.1 ] : https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1
891
894
[ 2.4.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0
0 commit comments