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

Unified Diff: CHANGELOG.md

Issue 1764553003: Cleanup/moving around config inputs sections for 1.15 changelog (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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 aec75414e0c00f8fd7508bff70ef36a7da624ca1..c38a97d15ff2844031df7eff6f7b57d772f83f16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,5 @@
## 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:
- ```yaml
- analyzer:
- language:
- enableConditionalDirectives: true
- ```
- Then run the analyzer with `--options=<path-to-options-file>`.
-
### Core library changes
* `dart:async`
@@ -40,6 +28,21 @@
* Fixed a documentation bug where the field `extensionRPCs` in `Isolate`
was not marked optional.
+### Experimental 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 additional configuration:
+ ```yaml
+ analyzer:
+ language:
+ enableConditionalDirectives: true
+ ```
+
+ Read about [configuring the analyzer] for more details.
+
+[configuring the analyzer]: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer
+
## 1.14.2 - 2016-02-09
* Fixes a bug where pub would download packages from pub.dartlang.org even when
« 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