@@ -12,6 +12,22 @@ These changes are available on the `master` branch, but have not yet been releas
1212
1313### Added
1414
15+ ### Changed
16+
17+ ### Fixed
18+
19+ ### Deprecated
20+
21+ ### Removed
22+
23+ - Removed the guild creation and ownership-related methods and arguments due to updated
24+ restrictions. ([ #3056 ] ( https://github.com/Pycord-Development/pycord/pull/3056 ) )
25+ - Removed the following methods: ` Guild.set_mfa_required ` , ` Guild.delete ` ,
26+ ` Template.create_guild ` , and ` Client.create_guild ` .
27+
28+ ## [ 2.7.1] - 2026-02-09
29+ ### Added
30+
1531- Added ` .extension ` attribute to the ` AppEmoji ` and ` GuildEmoji ` classes.
1632 ([ #3055 ] ( https://github.com/Pycord-Development/pycord/pull/3055 ) )
1733- Added the ability to compare instances of ` PrimaryGuild ` .
@@ -57,14 +73,6 @@ These changes are available on the `master` branch, but have not yet been releas
5773- Fixed ` ext.pages.Paginator ` not working anymore when using ` custom_view ` .
5874 ([ #3090 ] ( https://github.com/Pycord-Development/pycord/pull/3090 ) )
5975
60- ### Removed
61-
62- - Removed the guild creation and ownership-related methods and arguments due to updated
63- restrictions. ([ #3056 ] ( https://github.com/Pycord-Development/pycord/pull/3056 ) )
64- - Removed the following methods: ` Guild.set_mfa_required ` , ` Guild.delete ` ,
65- ` Template.create_guild ` , and ` Client.create_guild ` .
66- - Removed the ` owner ` argument from the method ` Guild.edit ` .
67-
6876## [ 2.7.0] - 2025-12-24
6977
7078### Added
@@ -1582,7 +1590,8 @@ These changes are available on the `master` branch, but have not yet been releas
15821590- Fix py3.10 UnionType checks issue.
15831591 ([ #1240 ] ( https://github.com/Pycord-Development/pycord/pull/1240 ) )
15841592
1585- [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.7.0...HEAD
1593+ [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.7.1...HEAD
1594+ [ 2.7.1 ] : https://github.com/Pycord-Development/pycord/compare/v2.7.0...v2.7.1
15861595[ 2.7.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.7.0rc2...v2.7.0
15871596[ 2.7.0rc2 ] : https://github.com/Pycord-Development/pycord/compare/v2.7.0rc1...v2.7.0rc2
15881597[ 2.7.0rc1 ] : https://github.com/Pycord-Development/pycord/compare/v2.6.0...v2.7.0rc1
0 commit comments