diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bda9a0ecc..4bb501bf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,9 @@ These changes are available on the `master` branch, but have not yet been releas `Permissions.use_external_sounds` and `Permissions.view_creator_monetization_analytics`. ([#2620](https://github.com/Pycord-Development/pycord/pull/2620)) +- Added the ability to use functions with any number of optional arguments, and + functions returning an awaitable as `Option.autocomplete` + ([#2669](https://github.com/Pycord-Development/pycord/pull/2669)). ### Fixed