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

Unified Diff: pkg/shelf/CHANGELOG.md

Issue 219113008: pkg/shelf removed unused dependency (mime) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/shelf/pubspec.yaml » ('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 1a0d303e22a86399e9bed60f1df648663c635030..90dd4b5e720890f65bb98d6500381fcd26aa6d21 100644
--- a/pkg/shelf/CHANGELOG.md
+++ b/pkg/shelf/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.0+7
+
+* Removed unused dependency on the `mime` package.
+
## 0.3.0+6
* Added a dependency on the `string_scanner` package.
@@ -9,18 +13,18 @@
## 0.3.0 2014-03-25
* `Response`
- * **NEW!** `int get contentLength`
- * **NEW!** `DateTime get expires`
- * **NEW!** `DateTime get lastModified`
+ * **NEW!** `int get contentLength`
+ * **NEW!** `DateTime get expires`
+ * **NEW!** `DateTime get lastModified`
* `Request`
- * **BREAKING** `contentLength` is now read from `headers`. The constructor
- argument has been removed.
- * **NEW!** supports an optional `Stream<List<int>> body` constructor argument.
- * **NEW!** `Stream<List<int>> read()` and
- `Future<String> readAsString([Encoding encoding])`
- * **NEW!** `DateTime get ifModifiedSince`
- * **NEW!** `String get mimeType`
- * **NEW!** `Encoding get encoding`
+ * **BREAKING** `contentLength` is now read from `headers`. The constructor
+ argument has been removed.
+ * **NEW!** supports an optional `Stream<List<int>> body` constructor argument.
+ * **NEW!** `Stream<List<int>> read()` and
+ `Future<String> readAsString([Encoding encoding])`
+ * **NEW!** `DateTime get ifModifiedSince`
+ * **NEW!** `String get mimeType`
+ * **NEW!** `Encoding get encoding`
## 0.2.0 2014-03-06
« no previous file with comments | « no previous file | pkg/shelf/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698