From 2fd6ea88d9f5248c846a84e70c4e2d695cb3160c Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Thu, 6 Feb 2025 02:31:40 +0100 Subject: [PATCH] Red 3.5.16 - Changelog (#6519) --- CHANGES.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a77beec09..708f53e9d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,21 @@ .. Red changelogs +Redbot 3.5.16 (2025-02-06) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`Flame442`, :ghuser:`Jackenmen` + +This is a hotfix release changing our implementation to prevent crash at startup +when invalid value of global locale/regional format configuration is encountered. +We have seen a few reports of this occurring and we believe that this was caused by +some 3rd-party cog(s) passing invalid values to Red <3.5 i18n APIs as those versions +did not validate the input in some scenarios. During startup, Red will now simply +log a warning, if it encounters incorrect global locale/regional format configuration +and reset it to a known valid value. + +---- + Redbot 3.5.15 (2025-02-03) ==========================