From b084c8d10871db4d1a0b2cece2f3a9dcf769bb0d Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 2 Jan 2024 11:10:33 +0100 Subject: [PATCH] remove line break --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a989b96..63e4bc3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,7 @@ - custom JS code is now executed when the app is done loading instead of when the page is loaded - the favicon is now correctly returned for feeds that return an invalid content type - the feed refresh engine now uses httpclient5 with connection pooling and no longer creates a new client for each - request, - reducing CPU usage + request, reducing CPU usage - updated UI library Mantine to 7.0, improving performance - the h2 embedded database is now compacted on shutdown to reclaim unused space - the admin connector on port 8084 is now disabled in config.yml.example. Disabling it in your config.yml is