From 61695dadeddd238f86b11028be3227a812bb3f5d Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Wed, 26 Mar 2025 20:00:45 +0100 Subject: [PATCH] Red 3.5.18 - Changelog (#6544) --- CHANGES.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b1b27ab86..7e7f62111 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,35 @@ .. Red changelogs +Redbot 3.5.18 (2025-03-26) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :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.18's default application.yml file `__ + +End-user changelog +------------------ + +Changes +******* + +- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6543`) + +Fixes +***** + +- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6542`) + +---- + Redbot 3.5.17 (2025-03-08) ==========================