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

Unified Diff: CHANGELOG.md

Issue 2754453004: Add note to changelog about support for importing dart:io in dart2js. (Closed)
Patch Set: include dartium too 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 f0e7d1c27092170072b4c6d3f31859ed84bd79c3..f63522d3eb14d4b63f8ed4c32b5cb7208e1d92f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,13 @@
* 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.
+* Dartium, dart2js, and DDC
+
+ * Imports to `dart:io` are allowed, but the imported library is not supported
+ and will likely fail on most APIs at runtime. This change was made as a
+ stopgap measure to make it easier to write libraries that share code between
+ platforms (like package `http`). This might change again when configuration
+ specific imports are supported.
## 1.22.0
« 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