From d1da88d1705ba9ad3fbf9760aeda23319b5a235f Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Tue, 14 Dec 2021 00:44:19 -0400 Subject: [PATCH] Update changelog order --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0ff85a7..08d49a913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,6 @@ - #1879 Add Name property to Teams (c5b4b64) - #1890 Add default avatar to WithAuthor extension (c200861) - #1896 IVoiceChannel implements IMentionable (3395700) -- #1943 Handle bidirectional usernames (10afd96) -- #1948 Added warnings on invalid gateway intents (51e06e9) -- #1949 Add default application games (82276e3) - #1923 Add Interaction Support (933ea42) - #1923 Add Application commands (933ea42) - #1923 Add Message Components (933ea42) @@ -42,7 +39,10 @@ - #1923 Add SendFilesAsync to channels (933ea42) - #1923 Add Attachments property to MessageProperties (933ea42) - #1942 Add multi-file upload to webhooks (bc440ab) +- #1943 Handle bidirectional usernames (10afd96) - #1944 Add Voice binaries (b5c150d) +- #1948 Added warnings on invalid gateway intents (51e06e9) +- #1949 Add default application games (82276e3) - #1950 Add custom setter to Group property of ModuleBuilder to automatically invoke AddAliases (ba656e9) - #1958 Add NET5.0 and NET6.0 builds (aa6bb5e) - #1958 Add Discord.Interactions framework (aa6bb5e)