From 32f09676869940e0b41a64cfc9deaa36d1762fa5 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Thu, 11 Jul 2024 00:22:57 +0200 Subject: [PATCH] Address review --- CHANGES.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9054af2e975..d8bd6339a4a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,8 +20,9 @@ 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. + We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly. More specifically, we switched from using the built-in YT source to YT source plugin. + `Download Red 3.5.10's default application.yml file `__ End-user changelog ------------------ @@ -41,7 +42,7 @@ Additions Changes ******* -- **Core** - Red's ``--team-developers-are-owners`` flag now only considers Team Owner, Admins, and Developers as bot owners (:issue:`6401`) +- **Core** - Red's ``--team-members-are-owners`` flag now only considers Team Owner, Admins, and Developers as bot owners (:issue:`6401`) - **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6402`) - **Cogs - Audio** - Updated the cog to configure managed Lavalink node to use YT source plugin instead of the built-in, no longer supported, implementation (:issue:`6373`) - **Cogs - Filter** - The cog now checks poll contents and attachment alt text for filtered words (:issue:`6401`)