From f7caaa02bf5d38f33ceab13b781a336ddfa38f08 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Sun, 2 Jun 2024 09:20:43 +0200 Subject: [PATCH] Update changelog --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index c779b93..449e710 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,8 @@ Version 0.10.1 (unreleased) --------------------------- * Remamed the zh_hans locale to zh_Hans (issue #282, thanks @sunfkny) * Fixed the test configuration following #282 +* Improve CSP support by avoiding inline styles and server-side rendered stylesheets (#287, thank you @bmihelac) + Version 0.10.0 --------------