summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-05-07 15:40:23 +0000
committerianb <devnull@localhost>2008-05-07 15:40:23 +0000
commitedcaf05e09a3586acc2decbbc2375d156e69ff6f (patch)
tree35d937d043e960828babbe6e1a09ff63666588a1 /docs
parent50d27308b989120fce03e5bd23fb1f0e9b8dc5bc (diff)
downloadpaste-edcaf05e09a3586acc2decbbc2375d156e69ff6f.tar.gz
Fix wsgiwrappers delete_cookie
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 4973cc6..78c8f12 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -60,6 +60,9 @@ svn trunk
* Make :mod:`paste.debug.prints` compatible with App Engine.
+* Fix the ``domain`` keyword in
+ :method:`paste.wsgiwrappers.WSGIResponse.delete_cookie`.
+
1.6.1
-----