Chromium Code Reviews| Index: pkg/shelf/CHANGELOG.md |
| diff --git a/pkg/shelf/CHANGELOG.md b/pkg/shelf/CHANGELOG.md |
| index 2563c642fea2dc8f78f23f2365334b6edf69ba62..caefe029d58e1a303b4486106db043417990bd94 100644 |
| --- a/pkg/shelf/CHANGELOG.md |
| +++ b/pkg/shelf/CHANGELOG.md |
| @@ -1,3 +1,12 @@ |
| +## 0.4.0 |
| + |
| +* Access to headers for `Request` and `Response` is now case-insensitive. |
| + |
| +* The constructor for `Request` has been simplified. |
| + |
| +* `Request` now exposes `url` which replaces `pathInfo`, `queryString`, and |
| + `pathSegments`. |
| + |
| ## 0.3.0+9 |
| * Removed old testing infrastructure. |