Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1972)

Unified Diff: pkg/http/CHANGELOG.md

Issue 261763002: Rip out the last dart:io dependency from pkg/http. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/http/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http/CHANGELOG.md
diff --git a/pkg/http/CHANGELOG.md b/pkg/http/CHANGELOG.md
index 7bd8d078660825c2cdc6e8c0a5b0dafa773a070f..bc9203a1b8561a278b1b80c6eb0c84b179c8fd3e 100644
--- a/pkg/http/CHANGELOG.md
+++ b/pkg/http/CHANGELOG.md
@@ -1,5 +1,9 @@
## 0.11.0
+* The package no longer depends on `dart:io`. The `BrowserClient` class in
+ `package:http/browser_client.dart` can now be used to make requests on the
+ browser.
+
* Change `MultipartFile.contentType` from `dart:io`'s `ContentType` type to
`http_parser`'s `MediaType` type.
« no previous file with comments | « no previous file | pkg/http/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698