Minor fixes; changelog update.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-06-16 09:42:58 -05:00
parent 7bb92404e7
commit 11028e5fdc
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 5 additions and 4 deletions

View File

@ -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.
---

View File

@ -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;