@@ -10,6 +10,8 @@ possible (see our [Version Guarantees] for more info).
1010
1111These changes are available on the ` master ` branch, but have not yet been released.
1212
13+ ## [ 2.6.0] - 2024-07-09
14+
1315### Added
1416
1517- Added ` banner ` parameter to ` ClientUser.edit ` .
@@ -68,7 +70,7 @@ These changes are available on the `master` branch, but have not yet been releas
6870 ([ #2448 ] ( https://github.com/Pycord-Development/pycord/pull/2448 ) )
6971- Fixed missing ` application_id ` in ` Entitlement.delete ` .
7072 ([ #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.
7274 ([ #2463 ] ( https://github.com/Pycord-Development/pycord/pull/2463 ) )
7375- Fixed many inaccurate type hints throughout the library.
7476 ([ #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
101103- Replaced ` Client.fetch_entitlements ` with ` Client.entitlements ` , which returns an
102104 ` EntitlementIterator ` .
103105 ([ #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 ) )
104108
105109### Removed
106110
@@ -111,7 +115,7 @@ These changes are available on the `master` branch, but have not yet been releas
111115 and ` after ` parameters.
112116 ([ #2371 ] ( https://github.com/Pycord-Development/pycord/pull/2371 ) )
113117- 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 ) )
115119
116120## [ 2.5.0] - 2024-03-02
117121
@@ -239,8 +243,6 @@ These changes are available on the `master` branch, but have not yet been releas
239243 ([ #2170 ] ( https://github.com/Pycord-Development/pycord/pull/2170 ) )
240244- ` BridgeOption ` must now be used for arguments in bridge commands.
241245 ([ #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 ) )
244246
245247### Removed
246248
@@ -885,7 +887,8 @@ These changes are available on the `master` branch, but have not yet been releas
885887- Fix py3.10 UnionType checks issue.
886888 ([ #1240 ] ( https://github.com/Pycord-Development/pycord/pull/1240 ) )
887889
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
889892[ 2.5.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.4.1...v2.5.0
890893[ 2.4.1 ] : https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1
891894[ 2.4.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0
0 commit comments