From 313eeffc84f79d899df31ce73d9da4e91adb1bfb Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sat, 3 May 2025 17:42:37 +0200 Subject: [PATCH] Red 3.5.20 - Changelog (#6569) --- CHANGES.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d4da49fa9..8cf95f771 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,35 @@ .. Red changelogs +Redbot 3.5.20 (2025-05-03) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`Kreusada` + +Read before updating +-------------------- + +#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point): + + We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly. + More specifically, we bumped the version of YT source plugin. + `Download Red 3.5.20's default application.yml file `__ + +End-user changelog +------------------ + +Changes +******* + +- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6568`) + +Fixes +***** + +- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6566`, :issue:`6567`) + +---- + Redbot 3.5.19 (2025-04-27) ==========================