| Index: pkg/shelf/CHANGELOG.md
|
| diff --git a/pkg/shelf/CHANGELOG.md b/pkg/shelf/CHANGELOG.md
|
| index cbf2905dcc9ae5990f51fcab743e19469cb2fbf9..d83e4cc23d0bba8bff105742cbee225ad192c8b9 100644
|
| --- a/pkg/shelf/CHANGELOG.md
|
| +++ b/pkg/shelf/CHANGELOG.md
|
| @@ -3,6 +3,9 @@
|
| * Add a `Cascade` helper that runs handlers in sequence until one returns a
|
| response that's neither a 404 nor a 405.
|
|
|
| +* Add a `Request.hijack` method that allows handlers to gain access to the
|
| + underlying HTTP socket.
|
| +
|
| ## 0.5.1+1
|
|
|
| * Capture all asynchronous errors thrown by handlers if they would otherwise be
|
|
|