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

Unified 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, 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/pubspec.yaml » ('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 0a9b4bac3a2260cf4bf5ed6e2391750e0eb3cfbd..f617d9c4b650976362130fca430871fb10a9e622 100644
--- a/pkg/http/CHANGELOG.md
+++ b/pkg/http/CHANGELOG.md
@@ -1,9 +1,9 @@
+# Changelog - http
nweiz 2014/03/31 20:05:39 This is redundant. The changelog is primarily visi
+
## 0.10.0
-* Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
+* **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
to indicate an unknown content length rather than -1.
-
-* The `contentLength` parameter to `new BaseResponse` is now named rather than
+* **BREAKING** The `contentLength` parameter to `new BaseResponse` is now named rather than
nweiz 2014/03/31 20:05:39 Long lines.
positional.
-
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
* Make request headers case-insensitive.
« 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