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

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

Issue 218623008: pkg/http v0.10.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/http/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changelog - http
nweiz 2014/03/31 20:05:39 This is redundant. The changelog is primarily visi
2
1 ## 0.10.0 3 ## 0.10.0
2 4
3 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 5 * **BREAKING** Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
nweiz 2014/03/31 20:05:39 Is there a style guide for changelogs? If we're go
4 to indicate an unknown content length rather than -1. 6 to indicate an unknown content length rather than -1.
5 7 * **BREAKING** The `contentLength` parameter to `new BaseResponse` is now named rather than
nweiz 2014/03/31 20:05:39 Long lines.
6 * The `contentLength` parameter to `new BaseResponse` is now named rather than
7 positional. 8 positional.
8
nweiz 2014/03/31 20:05:39 I don't understand why you're changing my formatti
kevmoo 2014/03/31 20:17:21 Not when it goes through the markdown parser. GitH
nweiz 2014/03/31 20:29:37 That's not true: https://gist.github.com/nex3/94b9
9 * Make request headers case-insensitive. 9 * Make request headers case-insensitive.
OLDNEW
« no previous file with comments | « no previous file | pkg/http/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698