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

Unified Diff: CHANGELOG.md

Issue 1749953002: Update Changelog with conditional imports. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add section. Created 4 years, 10 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 a4cf5bfaf670102a247850b32778965ddf9f1cc2..bb0ccbf339bd3ba6c73ea0afc8cbd8ef7e5a4c19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,20 @@
## 1.15.0
+### Language features
+* Added support for [configuration-specific imports](https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md).
+ On the VM and dart2js, they can be enabled with `--conditional-directives`.
+
+ The analyzer requires an additional option in an `options` file:
+ ```
+ analyzer:
+ language:
+ enableConditionalDirectives: true
+ ```
+ Then run the analyzer with `--options=<path-to-options-file>`.
+
### Core library changes
- * Added `Uri.queryParametersAll` to handle multiple query parameters with
- the same name.
+* Added `Uri.queryParametersAll` to handle multiple query parameters with
+ the same name.
* `dart:io`
* Added `SecurityContext.usePrivateKeyBytes`,
« 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