From d7a56f1518f4841626071cd1efdafbf12c763120 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 27 Apr 2025 03:00:39 +0200 Subject: [PATCH] Red 3.5.19 - Changelog (#6559) --- CHANGES.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7e7f62111..d4da49fa9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,46 @@ .. Red changelogs +Redbot 3.5.19 (2025-04-27) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen` + +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.19's default application.yml file `__ + +#. Fedora 40 is no longer supported as it will soon reach its end of life. Fedora install instructions have been updated with support for Fedora 42. + +End-user changelog +------------------ + +Changes +******* + +- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6558`) +- **Core - OS Support** - Fedora 40 is no longer supported as it will soon reach its end of life (:issue:`6558`) + +Fixes +***** + +- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6557`) + +Documentation changes +--------------------- + +Changes +******* + +- Updated Fedora install instructions to work with Fedora 42 (:issue:`6558`) + +---- + Redbot 3.5.18 (2025-03-26) ==========================