Skip to content

Commit 4758dc4

Browse files
authored
📝 CHANGELOG.md
Signed-off-by: Paillat <[email protected]>
1 parent 68b565a commit 4758dc4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ These changes are available on the `master` branch, but have not yet been releas
2828
- Adds pre-typed and pre-constructed with select_type `ui.Select` aliases for the
2929
different select types: `ui.StringSelect`, `ui.UserSelect`, `ui.RoleSelect`,
3030
`ui.MentionableSelect`, and `ui.ChannelSelect`.
31+
- Added the ability to use functions with any number of optional arguments and functions
32+
returning an awaitable as `Option.autocomplete`.
33+
([#2669](https://github.com/Pycord-Development/pycord/pull/2914))
3134

3235
### Changed
3336

@@ -45,6 +48,8 @@ These changes are available on the `master` branch, but have not yet been releas
4548
([#2924](https://github.com/Pycord-Development/pycord/pull/2924))
4649
- Fixed OPUS Decode Error when recording audio.
4750
([#2925](https://github.com/Pycord-Development/pycord/pull/2925))
51+
- Fixed autocomplete crashing when using an async static method
52+
([#2669](https://github.com/Pycord-Development/pycord/pull/2914))
4853

4954
### Removed
5055

@@ -100,9 +105,6 @@ These changes are available on the `master` branch, but have not yet been releas
100105
([#2564](https://github.com/Pycord-Development/pycord/pull/2564))
101106
- Added `Message.forward_to`, `Message.snapshots`, and other related attributes.
102107
([#2598](https://github.com/Pycord-Development/pycord/pull/2598))
103-
- Added the ability to use functions with any number of optional arguments and functions
104-
returning an awaitable as `Option.autocomplete`.
105-
([#2669](https://github.com/Pycord-Development/pycord/pull/2669))
106108
- Add missing `Guild` feature flags and `Guild.edit` parameters.
107109
([#2672](https://github.com/Pycord-Development/pycord/pull/2672))
108110
- Added the ability to change the API's base URL with `Route.API_BASE_URL`.

0 commit comments

Comments
 (0)