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

Unified Diff: pkg/http/CHANGELOG.md

Issue 216603010: Rip out dart:io from pkg/http wherever possible. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 9 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/lib/http.dart » ('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 45a7db85ef7324ffdbe1cf7fbbcb12306d804fb9..7bd8d078660825c2cdc6e8c0a5b0dafa773a070f 100644
--- a/pkg/http/CHANGELOG.md
+++ b/pkg/http/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.11.0
+
+* Change `MultipartFile.contentType` from `dart:io`'s `ContentType` type to
+ `http_parser`'s `MediaType` type.
+
+* Exceptions are now of type `ClientException` rather than `dart:io`'s
+ `HttpException`.
+
## 0.10.0
* Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
« no previous file with comments | « no previous file | pkg/http/lib/http.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698