Skip to content

Commit

Permalink
Update Changelog with conditional imports.
Browse files Browse the repository at this point in the history
R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1749953002 .
  • Loading branch information
floitschG committed Feb 29, 2016
1 parent d08d4d8 commit 1d2a46e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`,
Expand Down

0 comments on commit 1d2a46e

Please sign in to comment.