summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-08-10 23:19:35 +0000
committerianb <devnull@localhost>2007-08-10 23:19:35 +0000
commit1cd91f0eca71e3f3df5712f96fdd4b21fad5f52b (patch)
tree54e1ddea272c60a7034144f2be5a6d5fbdede6a7 /docs
parent50d8ae48a999e3df3a95431f480c1241752d959f (diff)
downloadpaste-1cd91f0eca71e3f3df5712f96fdd4b21fad5f52b.tar.gz
Port WSGIResponse.content_type and .charset from WebOb
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 4f99e54..76eed30 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -17,6 +17,10 @@ svn trunk
* Try to encode any unicode input to ``paste.auth.auth_tkt``
+* ``paste.wsgiwrappers.WSGIResponse`` now has a ``.content_type``
+ attribute (that does not include parameters), and a ``.charset``
+ attribute (that gets the charset parameter).
+
1.4
---