Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: CHANGELOG.md

Issue 1327453002: Share a body across all versions of a message. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Code review changes Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/body.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff57393f3975c01bad8891398e88f0b955418f28..a01f6e9ea44a30ab1dce3e8e32f760a3230990eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.6.3
+
+* Messages returned by `Request.change()` and `Response.change()` are marked
+ read whenever the original message is read, and vice-versa. This means that
+ it's possible to read a message on which `change()` has been called and to
+ call `change()` on a message more than once, as long as `read()` is called on
+ only one of those messages.
+
## 0.6.2+1
* Support `http_parser` 1.0.0.
« no previous file with comments | « no previous file | lib/src/body.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698