summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <ianb@localhost>2007-04-11 02:41:41 +0000
committerianb <ianb@localhost>2007-04-11 02:41:41 +0000
commiteb90de107b81474b9247ec2256633cd0928b68e3 (patch)
tree599bf3032f3656a6bff32ea8ed311b59967a3eb7
parent66ec468d16f0db9197cfbfc5325409d746c3dbcb (diff)
downloadpastedeploy-git-eb90de107b81474b9247ec2256633cd0928b68e3.tar.gz
added a news item on paste.config1.3
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 15ef148..4427640 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -7,6 +7,9 @@ svn trunk
* Added ``scheme`` option to ``PrefixMiddleware``, so you can force a
scheme (E.g., when proxying an HTTPS connection over HTTP).
+* Pop proper values into ``environ['paste.config']`` in
+ ``ConfigMiddleware``.
+
1.1
---