Chromium Code Reviews| Index: pkg/shelf/CHANGELOG.md |
| diff --git a/pkg/shelf/CHANGELOG.md b/pkg/shelf/CHANGELOG.md |
| index 0807097ebb9f41a403831bf9327d71f4b058f95f..cbf2905dcc9ae5990f51fcab743e19469cb2fbf9 100644 |
| --- a/pkg/shelf/CHANGELOG.md |
| +++ b/pkg/shelf/CHANGELOG.md |
| @@ -1,3 +1,8 @@ |
| +## 0.5.2 |
| + |
| +* Add a `Cascade` helper that runs handlers in sequence until one returns a |
| + response that's neither a 404 nor a 405. |
| + |
| ## 0.5.1+1 |
| * Capture all asynchronous errors thrown by handlers if they would otherwise be |