From 3d6616a75b13a9768ed4d6fd4538b42579c4f70c Mon Sep 17 00:00:00 2001 From: Raiden Sakura Date: Sun, 31 Mar 2024 17:07:23 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb9df7488..a97048f5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ however, insignificant breaking changes do not guarantee a major version bump, s # [UNRELEASED] +### Added +- Add `?avatar` command for changing the bot avatar with a given URL or attachment. + +### Fixed +- Improve select options in the select menu (Thanks #3298). +- Fix the bot failing catastrophically when plugin registry fails to load (Thanks #3328). + # v4.2.0 ### Breaking