Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index cfa8b87cdb8aee2fa1d86a4d2eb86b3e94043a7f..6e2877b561abdce03b10dcc3bc84687f68cce60d 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -8,6 +8,7 @@ |
| * Preserve trailing commas in argument and parameter lists (#509). |
| * Indent initializers in multiple variable declarations. |
| * Avoid passing an invalid Windows file URI to analyzer. |
| +* Always split collection literals that contain a trailing comma. |
|
nweiz
2016/07/25 22:29:06
And argument lists?
Bob Nystrom
2016/07/26 21:22:07
Done.
|
| # 0.2.6 |