summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-10 12:00:59 -0400
committerChris McDonough <chrism@plope.com>2011-10-10 12:00:59 -0400
commit4b29bdaf6af8161320eb86ef25031afc11c4c083 (patch)
tree6aef2b2fee3496563aa793beb3271d2f481281cc /docs
parent7c963af17947612b3b0a67ca09bd60da12594e13 (diff)
downloadwebob-feature.cookie-bug-for-bug.tar.gz
* Mutating the ``request.cookies`` property now reflects the mutations intofeature.cookie-bug-for-bug
the ``HTTP_COOKIES`` environ header.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt
index b8fdca6..488733c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -4,9 +4,8 @@ News
master
---------
-* Mutating the ``request.cookies`` property now retains the mutated value
- during the course of a single request (bug-for-bug compatibility with
- previous versions; in-the-wild codebases depend upon this behavior).
+* Mutating the ``request.cookies`` property now reflects the mutations into
+ the ``HTTP_COOKIES`` environ header.
* ``Response.etag = (tag, False)`` sets weak etag.