From 11028e5fdc82b4d9143f8100b97a6a11b49fd308 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Thu, 16 Jun 2022 09:42:58 -0500 Subject: [PATCH] Minor fixes; changelog update. --- CHANGELOG.md | 6 +++++- src/Enums/SupportedLocales.php | 3 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722cd07c0..b6d8a6f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,11 @@ release channel, you can take advantage of these new features and fixes. ## Bug Fixes -There have been no new bug fixes since the last stable release. +- Performance should be improved on several site components that previously were supposed to "lazy-load" their sub-items + but did not properly do so. + +- The incidence of "Malformed URI" exceptions should be greatly reduced, and if they occur the system will log what URL + is causing the problem. --- diff --git a/src/Enums/SupportedLocales.php b/src/Enums/SupportedLocales.php index 71ba68288..5b3e4f306 100644 --- a/src/Enums/SupportedLocales.php +++ b/src/Enums/SupportedLocales.php @@ -8,9 +8,6 @@ namespace App\Enums; use App\Environment; use App\Http\ServerRequest; -use Gettext\GettextTranslator; -use Gettext\TranslatorFunctions; -use Gettext\TranslatorInterface; use Locale; use PhpMyAdmin\MoTranslator\Loader; use Psr\Http\Message\ServerRequestInterface;