summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2006-09-04 00:08:51 +0000
committerpjenvey <devnull@localhost>2006-09-04 00:08:51 +0000
commit949016497f710e5cbccf7388a90896d1452906c7 (patch)
treea34e1c3e8afe622ac9adae8200b817b9da56d96d /docs
parentc2f10a7f75bc6728c52af4dde97c509b55c060ed (diff)
downloadpaste-0.9.8.tar.gz
o WSGIResponse changes:0.9.8
- properly encoding any unicode content according to the response's charset - handling generator/iterator content more cleanly - fixed delete_cookie. also now takes optional path and domain args o added wsgilib.encode_unicode_app_iter: encodes an app_iterable's unicode responses as strings
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 6a2e40b..7633544 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -6,6 +6,13 @@ News
0.9.8
-----
+* Fixed ``wsgiwrappers.WSGIResponse.delete_cookie``. It also now takes
+ optional path and domain arguments
+
+* ``wsgiwrappers.WSGIResponse`` now handles generator/iterator content
+ more cleanly, and properly encodes unicode content according to its
+ specified charset
+
* Fixed ``wsgiwrappers.WSGIResponse`` mishandling multiple headers of
the same name