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

Unified Diff: CHANGELOG.md

Issue 2756493002: Update CHANGELOG for Platform.ansiSupported (Closed)
Patch Set: 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 | no next file » | 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 94291f2996624ad82621fab8f779b92107a7d71d..f0e7d1c27092170072b4c6d3f31859ed84bd79c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
* `dart:io`: Added functions `File.lastAccessed`, `File.lastAccessedSync`,
`File.setLastModified`, `File.setLastModifiedSync`, `File.setLastAccessed`,
and `File.setLastAccessedSync`.
+* `dart:io`: Added `Platform.ansiSupported`.
### Dart VM
* Calls to `print()` and `Stdout.write*()` now correctly print unicode
@@ -27,15 +28,15 @@
* The `dartanalyzer` now follows the same rules as the analysis server to find an analysis options file,
stopping when an analysis options file is found:
* Search up the directory hierarchy looking for an analysis options file.
- * If analyzing a project referencing the [Flutter](https://flutter.io/) package, then use the
+ * If analyzing a project referencing the [Flutter](https://flutter.io/) package, then use the
[default Flutter analysis options](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/analysis_options_user.yaml)
found in `package:flutter`.
* If in a Bazel workspace, then use the analysis options in `package:dart.analysis_options/default.yaml` if it exists.
* Use the default analysis options rules.
* In addition, specific to `dartanalyzer`:
- * an analysis options file can be specified on the command line via `--options`
+ * an analysis options file can be specified on the command line via `--options`
and that file will be used instead of searching for an analysis options file.
- * any analysis option specified on the command line (e.g. `--strong` or `--no-strong`)
+ * any analysis option specified on the command line (e.g. `--strong` or `--no-strong`)
takes precedence over any corresponding value specified in the analysis options file.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698