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