| 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
|
|
|
|
|