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