From 8e4d4fc2a6652ec126addc38edf0a3ce844ac0b8 Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Sun, 2 Oct 2022 15:37:11 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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.