Chromium Code Reviews| 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. |