diff --git a/CHANGES.rst b/CHANGES.rst index c1cdddd965f..96467cab9b3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,38 @@ .. Red changelogs +Redbot 3.5.5 (2023-08-14) +========================= + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kreusada`, :ghuser:`ltzmax`, :ghuser:`palmtree5` + +End-user changelog +------------------ + +Changes +******* + +- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6248`) +- **Cogs - Downloader** - Cogs in the ``[p]cog list`` command are now listed alphabetically (:issue:`6214`, :issue:`6215`) + +Fixes +***** + +- **Core - Bot Commands** - Fixed handling of an edge case in the ``[p]diagnoseissues`` command that involved commands without a cog (:issue:`6237`) +- **Core - Bot Commands** - Fixed the formatting of nested result lists in the ``[p]diagnoseissues`` command (:issue:`6238`) +- **Cogs - Mod** - Fixed the formatting of the help description for the ``[p]ban``, ``[p]kick``, and ``[p]tempban`` commands (:issue:`6245`) +- **Cogs - Streams** - Updated the implementation of Twitch streams to no longer use the "Get Users Follows" endpoint that was deprecated in February 2023 (:issue:`6246`, :issue:`6247`) + +Documentation changes +--------------------- + +Changes +******* + +- Updated Python version in ``pyenv`` instructions (:issue:`6241`) + +---- + Redbot 3.5.4 (2023-08-12) =========================