summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 76be04d..1f95a57 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -4,9 +4,9 @@ Paste Deployment News
svn trunk
---------
-* In :class:`paste.deploy.config.PrefixMiddleware` the header
- ``X-Forwarded-Scheme`` is now translated to the key
- ``environ['wsgi.url_scheme']``.
+* In :class:`paste.deploy.config.PrefixMiddleware` the headers
+ ``X-Forwarded-Scheme`` and ``X-Forwarded-Proto`` are now translated
+ to the key ``environ['wsgi.url_scheme']``.
1.3.2
-----