| 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.
|
|
|