From bb58d7188bf85f9196141011185265d5c8ce0db5 Mon Sep 17 00:00:00 2001 From: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:55:53 +0300 Subject: [PATCH] Ok this failed to commit apparently --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44eabede..e40ded87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,17 @@ ## [3.17.0] - 2025-01-19 ### Added -- # #3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3) +- #3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3) +- #3052 Added Header and Subtext to the Format class (0174745) ### Fixed -- # #3057 Use 8.0.x dependencies for net6 support (50aa278) +- #3057 Use 8.0.x dependencies for net6 support (50aa278) +- #3049 `Task.Delay(0)` => `Task.CompletedTask` (b5f5df0) +- #3014 An AddSlashCommand overload should be AddAutocompleteCommand in ModuleBuilder (35e8122) +- #3053 `DiscordSocketClient.GetEntitlementsAsync` requiring unused `BaseDiscordClient` parameter (d828cd8) + +### Misc +- #3046 Refactor & update member search v2 (36439b6) ## [3.17.0] - 2024-12-20