summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.1.txt')
-rw-r--r--docs/releases/4.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index a61d5e8e11..b8dbc36da0 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -293,6 +293,9 @@ Security
* The new :setting:`SECRET_KEY_FALLBACKS` setting allows providing a list of
values for secret key rotation.
+* The :setting:`SECURE_PROXY_SSL_HEADER` setting now supports a comma-separated
+ list of protocols in the header value.
+
Serialization
~~~~~~~~~~~~~