Skip to content

Commit 1d2a46e

Browse files
committed
Update Changelog with conditional imports.
[email protected] Review URL: https://codereview.chromium.org/1749953002 .
1 parent d08d4d8 commit 1d2a46e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
## 1.15.0
22

3+
### Language features
4+
* Added support for [configuration-specific imports](https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md).
5+
On the VM and dart2js, they can be enabled with `--conditional-directives`.
6+
7+
The analyzer requires an additional option in an `options` file:
8+
```
9+
analyzer:
10+
language:
11+
enableConditionalDirectives: true
12+
```
13+
Then run the analyzer with `--options=<path-to-options-file>`.
14+
315
### Core library changes
4-
* Added `Uri.queryParametersAll` to handle multiple query parameters with
5-
the same name.
16+
* Added `Uri.queryParametersAll` to handle multiple query parameters with
17+
the same name.
618

719
* `dart:io`
820
* Added `SecurityContext.usePrivateKeyBytes`,

0 commit comments

Comments
 (0)