Skip to content

Commit 142215d

Browse files
committed
📝 CHANGELOG.md
1 parent 47c4be9 commit 142215d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ These changes are available on the `master` branch, but have not yet been releas
3030
([#2587](https://github.com/Pycord-Development/pycord/pull/2587/))
3131
- Added optional `filter` parameter to `utils.basic_autocomplete()`.
3232
([#2590](https://github.com/Pycord-Development/pycord/pull/2590))
33-
- Added missing `with_counts` parameter to `fetch_guilds` method.
34-
([#2615](https://github.com/Pycord-Development/pycord/pull/2615))
33+
- Added missing `with_counts` parameter to `fetch_guilds` method.
34+
([#2615](https://github.com/Pycord-Development/pycord/pull/2615))
3535
- Added missing permissions: `Permissions.use_soundboard`,
3636
`Permissions.use_external_sounds` and
3737
`Permissions.view_creator_monetization_analytics`.
3838
([#2620](https://github.com/Pycord-Development/pycord/pull/2620))
39+
- Added the ability to use functions with any number of optional arguments, and
40+
functions returning an awaitable as `Option.autocomplete`
41+
([#2669](https://github.com/Pycord-Development/pycord/pull/2669)).
3942

4043
### Fixed
4144

0 commit comments

Comments
 (0)