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

Unified Diff: CHANGELOG.md

Issue 2220963002: Add trailing comma support to changelog (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64a30df13a41b565932b9fdbd7a7aceeefab95d8..da2d551b8e2497d16f27ed866a652d234502dd19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
## 1.19.0
+### Language changes
+
+* The language now allows a final argument or parameter in an argument or
Lasse Reichstein Nielsen 2016/08/08 08:30:54 a final -> the final Or better, reorder to put the
mit 2016/08/08 09:04:18 Done.
+ parameter list to have an optional trailing comma. This can make long argument
+ or parameter lists easier to maintain, as commas can be left as-is when
+ reordering lines. For details, see SDK issue
+ [26644](https://github.com/dart-lang/sdk/issues/26644).
+
### Core library changes
* `dart:io`
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698