| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index a73aa30f49948069186e06cfb393873d7320d4e0..37b00bf42db9ab20b3f1ab6a5fc93ee5e9b1be18 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,11 @@
|
| +## 0.6.5
|
| +
|
| +* `Request.hijack()` now takes a callback that accepts a single `StreamChannel`
|
| + argument rather than separate `Stream` and `StreamSink` arguments. The old
|
| + callback signature is still supported, but should be considered deprecated.
|
| +
|
| +* The `HijackCallback` and `OnHijackCallback` typedefs are deprecated.
|
| +
|
| ## 0.6.4+3
|
|
|
| * Support `http_parser` 2.0.0.
|
|
|