diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e68eb94ea..8d11c01243c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ var bar = /*infers: */['hello', 'world']; } ``` - + * Strong mode inference error messages are improved (SDK issue [29108](https://github.com/dart-lang/sdk/issues/29108)). @@ -122,9 +122,13 @@ that's also valid according to the user's pubspec. * dartfmt + * Support new generic function typedef syntax. * Make the precedence of cascades more visible. * Fix a couple of places where spurious newlines were inserted. * Correctly report unchanged formatting when reading from stdin. + * Ensure space between `-` and `--`. Code that does this is pathological, but + it technically meant dartfmt could change the semantics of the code. + * Preserve a blank line between enum cases. * Other small formatting tweaks. ## 1.22.0 diff --git a/DEPS b/DEPS index dc93a742c70..09f98ed9da4 100644 --- a/DEPS +++ b/DEPS @@ -58,7 +58,7 @@ vars = { "csslib_tag" : "@0.13.3+1", "dart2js_info_tag" : "@0.5.3+1", "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", - "dart_style_tag": "@1.0.0", + "dart_style_tag": "@1.0.2+1", "dartdoc_tag" : "@v0.9.12", "fixnum_tag": "@0.10.5", "func_tag": "@0.1.1",