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

Unified Diff: CHANGELOG.md

Issue 2365503004: Bump dart_style to 0.2.10. (Closed)
Patch Set: Created 4 years, 3 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 cef042e7bcab91d504d4cd28f32a78fa728c1b97..00dcad4a6026a967c62d84b554b2ae0043ee6fdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
directory containing root certificate files hashed using `c_rehash`.
### Core library changes
+
* `dart:core`: Remove deprecated `Resource` class.
Use the class in `package:resource` instead.
* `dart:async`
@@ -116,6 +117,13 @@
}
```
+### Tool changes
+
+* `dartfmt` - upgraded to v0.2.10
+ * Don't crash on annotations before parameters with trailing commas.
+ * Always split enum declarations if they end in a trailing comma.
+ * Add `--set-exit-if-changed` to set the exit code on a change.
+
## 1.19.0
### Language changes
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698