From d3310f80fa872e61f9eeb21b326d1d19f9c92a39 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Thu, 4 May 2023 08:20:46 +0200 Subject: [PATCH] Red 3.5.1 - Changelog (#6125) Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com> --- CHANGES.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e9b70998f..48cf5be5b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,33 @@ .. Red changelogs +Redbot 3.5.1 (2023-05-04) +========================= + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`Flame442`, :ghuser:`Jackenmen` + +This is a hotfix release fixing documentation issues and a bug with the update notification logic +that caused Red to crash. + +End-user changelog +------------------ + +Fixes +***** + +- **Core** - Fixed a crash in the Red update notification logic (:issue:`6124`) + + +Documentation changes +--------------------- + +Fixes +***** + +- Fix the instructions for updating Red (:issue:`6123`) + +---- + Redbot 3.5.0 (2023-05-04) =========================