summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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