From 2d08d78ed18c1948f3dee3781fac3c4d57e31403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 27 May 2024 15:43:55 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9443ff18..856c7fad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - [FEATURE] Enhance security on error pages, default server page and loading page by adding a custom `Content-Security-Policy` header with nonces and removing the `Server` header - [FEATURE] Add new DATABASE_URI_READONLY setting to allow setting up a fallback read-only database URI in case the main database URI is not available - [FEATURE] Add automatic fallback to either read-only on the primary database or to the read-only database URI when the main database URI is not available and automatically switch back to the main database URI when it becomes available again -- [FEATURE] Add experimental support of HTTP/3 (QUIC) with NGINX +- [FEATURE] Add experimental support of HTTP/3 (QUIC) - [FEATURE] Optimize the way the scheduler handles jobs and the way the jobs are executed - [FEATURE] Optimize the way the cache files are being refreshed from the database - [UI] Force HTTPS on setup wizard