diff --git a/CHANGELOG.md b/CHANGELOG.md index 99083fc20a..cc722037c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `proxy` and `proxy_auth` params to many Webhook related methods. ([#1655](https://github.com/Pycord-Development/pycord/pull/1655)) - `delete_message_seconds` parameter in ban methods. ([#1557](https://github.com/Pycord-Development/pycord/pull/1557)) +- New `raw_mentions`, `raw_role_mentions` and `raw_channel_mentions` functions in `discord.utils`. + ([#1658](https://github.com/Pycord-Development/pycord/pull/1658)) ### Deprecated - The `delete_message_days` parameter in ban methods is now deprecated. Please use `delete_message_seconds` instead.