@@ -28,6 +28,9 @@ These changes are available on the `master` branch, but have not yet been releas
28
28
- Adds pre-typed and pre-constructed with select_type ` ui.Select ` aliases for the
29
29
different select types: ` ui.StringSelect ` , ` ui.UserSelect ` , ` ui.RoleSelect ` ,
30
30
` 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 ) )
31
34
32
35
### Changed
33
36
@@ -45,6 +48,8 @@ These changes are available on the `master` branch, but have not yet been releas
45
48
([ #2924 ] ( https://github.com/Pycord-Development/pycord/pull/2924 ) )
46
49
- Fixed OPUS Decode Error when recording audio.
47
50
([ #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 ) )
48
53
49
54
### Removed
50
55
@@ -100,9 +105,6 @@ These changes are available on the `master` branch, but have not yet been releas
100
105
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
101
106
- Added ` Message.forward_to ` , ` Message.snapshots ` , and other related attributes.
102
107
([ #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 ) )
106
108
- Add missing ` Guild ` feature flags and ` Guild.edit ` parameters.
107
109
([ #2672 ] ( https://github.com/Pycord-Development/pycord/pull/2672 ) )
108
110
- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
0 commit comments