Skip to content

Commit

Permalink
Add trailing comma support to changelog
Browse files Browse the repository at this point in the history
BUG=
R=lrn@google.com

Review URL: https://codereview.chromium.org/2220963002 .
  • Loading branch information
mit-mit committed Aug 8, 2016
1 parent cfc2f57 commit 8770a64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
## 1.19.0

### Language changes

* The language now allows a final argument or parameter in an argument or
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`
Expand Down

0 comments on commit 8770a64

Please sign in to comment.