diff --git a/CHANGELOG.md b/CHANGELOG.md index 055daeaee45..2441989c76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,8 +67,10 @@ #### dartfmt -* Tweak set literal formatting to follow other collection literals. -* Add support for "UI as code" features. +* Tweak set literal formatting to follow other collection literals. +* Add support for "UI as code" features. +* Properly format trailing commas in assertions. +* Improve indentation of adjacent strings in argument lists. #### Linter diff --git a/DEPS b/DEPS index 0e1287c7866..0c7b3e3be23 100644 --- a/DEPS +++ b/DEPS @@ -79,7 +79,7 @@ vars = { # and land the review. # # For more details, see https://github.com/dart-lang/sdk/issues/30164 - "dart_style_tag": "1.2.5", # Please see the note above before updating. + "dart_style_tag": "1.2.6", # Please see the note above before updating. "dartdoc_tag" : "v0.28.2", "fixnum_tag": "0.10.9",