summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorShane Hathaway <shane@willowrise.com>2021-05-11 08:42:05 -0600
committerShane Hathaway <shane@willowrise.com>2021-05-11 08:42:05 -0600
commit22120803fed3bffc61c85c1b1acef8c2d68e620e (patch)
tree26bec8e1e7c4f6bfc90232138c7e4939f80ddb21 /CHANGES.txt
parent4b6b5832f3a30d82dc8cb359cf04d2a8edf6712b (diff)
downloadwaitress-22120803fed3bffc61c85c1b1acef8c2d68e620e.tar.gz
Add REMOTE_URI to the WSGI environ.
CHANGES.txt entry included.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8bd963f..d561c03 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+Next Release
+------------
+
+- Add REMOTE_URI to the WSGI environment.
+
+ REMOTE_URI is similar to ``remote_uri`` in nginx. It is a string that
+ contains the request path before separating the query string and
+ decoding ``%``-escaped characters.
+
2.0.0 (2021-03-07)
------------------