Skip to content

Commit 9e9f5e7

Browse files
authored
fix: changelog entry position
Signed-off-by: Lala Sabathil <[email protected]>
1 parent 8028be1 commit 9e9f5e7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,22 @@ These changes are available on the `master` branch, but have not yet been releas
1212

1313
### Added
1414

15+
- Added `Guild.get_or_fetch()` and `Client.get_or_fetch()` shortcut methods.
16+
([#2776](https://github.com/Pycord-Development/pycord/pull/2776))
17+
1518
### Changed
1619

1720
### Fixed
1821

1922
- Manage silence for new SSRC with existing user_id.
2023
([#2808](https://github.com/Pycord-Development/pycord/pull/2808))
2124

25+
### Deprecated
26+
27+
- Deprecated `utils.get_or_fetch(attr, id)` and `Client.get_or_fetch_user(id)` in favor
28+
of `utils.get_or_fetch(object_type, object_id)`.
29+
([#2776](https://github.com/Pycord-Development/pycord/pull/2776))
30+
2231
### Removed
2332

2433
## [2.7.0rc1] - 2025-08-30
@@ -87,8 +96,6 @@ These changes are available on the `master` branch, but have not yet been releas
8796
([#2775](https://github.com/Pycord-Development/pycord/pull/2775))
8897
- Added `discord.Interaction.created_at`.
8998
([#2801](https://github.com/Pycord-Development/pycord/pull/2801))
90-
- Added `Guild.get_or_fetch()` and `Client.get_or_fetch()` shortcut methods.
91-
([#2776](https://github.com/Pycord-Development/pycord/pull/2776))
9299
- Added `User.nameplate` property.
93100
([#2817](https://github.com/Pycord-Development/pycord/pull/2817))
94101
- Added role gradients support with `Role.colours` and the `RoleColours` class.
@@ -217,9 +224,6 @@ These changes are available on the `master` branch, but have not yet been releas
217224
([#2501](https://github.com/Pycord-Development/pycord/pull/2501))
218225
- Deprecated `Interaction.cached_channel` in favor of `Interaction.channel`.
219226
([#2658](https://github.com/Pycord-Development/pycord/pull/2658))
220-
- Deprecated `utils.get_or_fetch(attr, id)` and `Client.get_or_fetch_user(id)` in favor
221-
of `utils.get_or_fetch(object_type, object_id)`.
222-
([#2776](https://github.com/Pycord-Development/pycord/pull/2776))
223227
- Deprecated `is_nsfw` for categories since it was never supported by the API.
224228
([#2772](https://github.com/Pycord-Development/pycord/pull/2772))
225229
- Deprecated `Messageable.pins()` returning a list of `Message`; it should be used as an

0 commit comments

Comments
 (0)