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

Side by Side Diff: pkg/shelf/CHANGELOG.md

Issue 590313002: pkg/shelf: fix README links in pkg/shelf (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/shelf/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.5.5
2
3 * Updated `README` links to point to latest docs on `www.dartdocs.org`.
4
1 ## 0.5.4+3 5 ## 0.5.4+3
2 6
3 * Widen the version constraint on the `collection` package. 7 * Widen the version constraint on the `collection` package.
4 8
5 ## 0.5.4+2 9 ## 0.5.4+2
6 10
7 * Updated headers map to use a more efficient case-insensitive backing store. 11 * Updated headers map to use a more efficient case-insensitive backing store.
8 12
9 ## 0.5.4+1 13 ## 0.5.4+1
10 14
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 106
103 * **BREAKING** Removed `Shelf` prefix from all classes. 107 * **BREAKING** Removed `Shelf` prefix from all classes.
104 * **BREAKING** `Response` has drastically different constructors. 108 * **BREAKING** `Response` has drastically different constructors.
105 * *NEW!* `Response` now accepts a body of either `String` or 109 * *NEW!* `Response` now accepts a body of either `String` or
106 `Stream<List<int>>`. 110 `Stream<List<int>>`.
107 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 111 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
108 112
109 ## 0.1.0 2014-03-02 113 ## 0.1.0 2014-03-02
110 114
111 * First reviewed release 115 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | pkg/shelf/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698