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

Unified Diff: CHANGELOG.md

Issue 2777623003: Bring dartfmt 1.0.1 (now 1.0.2) into the SDK. (Closed)
Patch Set: Update CHANGELOG. Created 3 years, 9 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 | DEPS » ('j') | 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 11e68eb94ea72ee81724adae2794e2e320736dff..8d11c01243cb127b157d98d8c7343bb21b6e83d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,7 +37,7 @@
var bar = /*infers: <String>*/['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
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698