Chromium Code Reviews

Unified Diff: pkg/shelf/CHANGELOG.md

Issue 227563010: pkg/shelf: case-insensitive headers, cleaner Request ctor, a lot more tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixing dependent code, changelog Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pkg/scheduled_test/pubspec.yaml ('k') | pkg/shelf/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « pkg/scheduled_test/pubspec.yaml ('k') | pkg/shelf/README.md » ('j') | no next file with comments »

Powered by Google App Engine